aboutsummaryrefslogtreecommitdiff
path: root/src/wikiget/logging.py
AgeCommit message (Collapse)Author
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.