aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Schofield <git@ajschof.me>2025-02-19 02:49:04 +0000
committerAlex Schofield <git@ajschof.me>2025-02-19 02:49:04 +0000
commit6887c43a285f5cfeea9eaf552928bdb647a5a139 (patch)
tree53df451e197ad152897ba2ef11bddd3ad3fc619d
parenta41d27a5db76f4e1989067db6b071a88efd5fa8b (diff)
downloadgdpr-obfuscator-6887c43a285f5cfeea9eaf552928bdb647a5a139.tar.gz
gdpr-obfuscator-6887c43a285f5cfeea9eaf552928bdb647a5a139.zip
update log format
-rw-r--r--obfuscator/logger.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/obfuscator/logger.py b/obfuscator/logger.py
index ca41e95..649dad7 100644
--- a/obfuscator/logger.py
+++ b/obfuscator/logger.py
@@ -15,7 +15,7 @@ def get_logger(name: str) -> logging.Logger:
handler = logging.StreamHandler()
formatting = logging.Formatter(
- "%(asctime)s - %(levelname)s - %(name)s - %(message)s"
+ "[%(asctime)s] - %(levelname)s::%(name)s - %(message)s"
)
handler.setFormatter(formatting)
git.ajschof.me — hosted by ajschofield — powered by cgit