mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-07-22 14:30:53 -04:00
pass logger_name in remaining places
This commit is contained in:
parent
b79054d27e
commit
e1fccb261b
9 changed files with 12 additions and 10 deletions
|
@ -36,7 +36,7 @@ import sys
|
|||
import warcprox
|
||||
|
||||
|
||||
logger = structlog.get_logger()
|
||||
logger = structlog.get_logger(logger_name=__name__)
|
||||
|
||||
|
||||
# https://stackoverflow.com/questions/166506/finding-local-ip-addresses-using-pythons-stdlib
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue