mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-04-23 00:49:08 -04:00

This ports the logging from `logging` to `structlog`. This updates all of the logger instantiations along with all of the places `logging` was called. Data that was being inlined into log statements has been broken out so that it's now structured arguments to the log statements instead.