You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to ask if it's possible to merge keywords for error log messages, since the keyword I desire to show up is different in each extractor. For example, in Mangadex it would be "manga" but on Exhentai it would be "title". According to configuration.rst, the logger can access extractor atributes, so it should be possible to get an output like:
[2020/01/12, 10:54:02][download][Manga Name/Exhentai Gallery][error] Failed to download Filename.extension
Thanks.
Edit: Accidentally tabbed and posted before finishing, sorry.
The text was updated successfully, but these errors were encountered:
Wrap all loggers used by job, extractor, downloader, and postprocessor
objects into a (custom) LoggerAdapter that provides access to the
underlying job, extractor, pathfmt, and kwdict objects and their
properties.
__init__() signatures for all downloader and postprocessor classes have
been changed to take the current Job object as their first argument,
instead of the current extractor or pathfmt.
(#574, #575)
Good day.
I would like to ask if it's possible to merge keywords for error log messages, since the keyword I desire to show up is different in each extractor. For example, in Mangadex it would be "manga" but on Exhentai it would be "title". According to configuration.rst, the logger can access extractor atributes, so it should be possible to get an output like:
[2020/01/12, 10:54:02][download][Manga Name/Exhentai Gallery][error] Failed to download Filename.extension
Thanks.
Edit: Accidentally tabbed and posted before finishing, sorry.
The text was updated successfully, but these errors were encountered: