Replies: 2 comments 1 reply
-
There are no You can use the |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
Ah, ok, thanks! To the test logging efforts we go then! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey all,
I'm getting ready to automate my Gallery-DL stuff via Task Manager. I see that there IS logging capability inside of Gallery-DL which makes me happy. However, in the interest of sanity and tidier logs, I'm wondering if there's a way to capture a log entry from one category and recast it into another.
The main consideration: when things are automated, I genuinely will not want to see the 'info' level alerts that 700+ files were skipped only to have the 3 new files downloaded mentioned. So I'm wondering if there's a way to "trap" the successful download of new files, and move them to the 'warn' level of the logging, since that's much higher than the 'information' level, allowing me to set my logging to warn across the board, and only see new information and actual warnings and errors.
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions