Adds logging messages for IpynbDiff
What does this MR do and why?
Describe in detail what your merge request does and why.
This MR doesn't add any changes to the UI or functionality, just new log messages to improve debugging.
Screenshots or screen recordings
These are strongly recommended to assist reviewers and reduce the time to merge your change.
How to set up and validate locally
- Enable jupyter_clean_diffs
Feature.enable(:jupyter_clean_diffs)
- Tail the log file
tail -f log/application_json.log
- Clone https://gitlab.com/gitlab-org/incubation-engineering/mlops/ipynb-test-projects/diff-sample
- Open the diff for
New Commit
- On log file you should see one entry for "IPYNB_DIFF_GENERATED" and two entries for "IPYNBDIFF_BLOB_GENERATED"
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.
Related to #344676 (closed)
Edited by Eduardo Bonet