We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd5c04a commit 0ce636cCopy full SHA for 0ce636c
1 file changed
src/zimscraperlib/logging.py
@@ -13,6 +13,9 @@
13
from zimscraperlib.constants import NAME
14
15
DEFAULT_FORMAT = "[%(name)s::%(asctime)s] %(levelname)s:%(message)s"
16
+DEFAULT_FORMAT_WITH_THREADS = (
17
+ "[%(name)s::%(threadName)s::%(asctime)s] %(levelname)s:%(message)s"
18
+)
19
VERBOSE_DEPENDENCIES = ["urllib3", "PIL", "boto3", "botocore", "s3transfer"]
20
21
0 commit comments