aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar SebastiaanZ <[email protected]>2019-06-27 21:53:38 +0200
committerGravatar SebastiaanZ <[email protected]>2019-06-27 22:04:01 +0200
commit38f03f01ae00f5fcb04dfd1c64e3bda1a49ef4d8 (patch)
tree0e94074dcce6d7961ade022cedca41dce3c8984d
parentAdding Webhooks to constants (diff)
Truncating long names that misalign logs + adding 3 chars to account for watchchannels
-rw-r--r--bot/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/__init__.py b/bot/__init__.py
index 54550842e..fecd7ceb3 100644
--- a/bot/__init__.py
+++ b/bot/__init__.py
@@ -55,7 +55,7 @@ else:
logging.basicConfig(
- format="%(asctime)s pd.beardfist.com Bot: | %(name)30s | %(levelname)8s | %(message)s",
+ format="%(asctime)s pd.beardfist.com Bot: | %(name)33.33s | %(levelname)8s | %(message)s",
datefmt="%b %d %H:%M:%S",
level=logging.TRACE if DEBUG_MODE else logging.INFO,
handlers=logging_handlers