aboutsummaryrefslogtreecommitdiff
path: root/src/wikiget/logging.py
AgeCommit message (Collapse)Author
2023-10-30Fix copyright years for new files containing old codeCody Logan
2023-10-30Code cleanupCody Logan
2023-10-24Fix bug in logging that silenced most messagesCody Logan
2023-10-24Use per-module loggers and tweak initial log configCody Logan
2023-10-23Factor out usage of args object in log configurationCody Logan
2023-10-20Add type annotations to source filesCody Logan
2023-10-20Move logging configuration to new fileCody Logan
Also, use a LoggerAdapter to add contextual info (such as filenames) to log messages when downloading, especially useful with threaded batch processing.