Skip to content

Commit

Permalink
Add more log filters
Browse files Browse the repository at this point in the history
  • Loading branch information
adswa committed Nov 2, 2023
1 parent 464ee94 commit d3b31ef
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,13 +75,19 @@
(r'\n\[INFO\] Downloading \S+ into .*', ''),
(r'\n\[INFO\] Completed clone attempts for Dataset.*', ''),
(r'\n\[INFO\] Fetching updates for Dataset.*', ''),
(r'\n\[INFO\] Unlocking files', ''),
(r'\n\[INFO\] Recording unlocked state in git', ''),
(r'\n\[INFO\] Completed unlocking files', ''),
(r'\n\[INFO\] Making sure inputs are available (this may take some time)', ''),
(r'\n\[INFO\] Creating a new annex repo at .*', ''),
# annoying always-true test for a non-annex git remote
(r'\n\[INFO\] \S+/config download failed: Not Found', ''),
# datalad push step-progress
(r'\n\[INFO\] Determine push target', ''),
(r'\n\[INFO\] Push refspecs', ''),
(r'\n\[INFO\] Transfer data', ''),
(r'\n\[INFO\] Update availability information', ''),
(r'\n\[INFO\] Finished push of Dataset.*', ''),
]
# pre-crafted artificial environment to run the code examples in
# start with all datalad settings
Expand Down

0 comments on commit d3b31ef

Please sign in to comment.