aboutsummaryrefslogtreecommitdiff
path: root/Logging.py
diff options
context:
space:
mode:
Diffstat (limited to 'Logging.py')
-rw-r--r--Logging.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Logging.py b/Logging.py
index c2fbde1c..dadde2b9 100644
--- a/Logging.py
+++ b/Logging.py
@@ -19,7 +19,7 @@ class Log(object):
self.logger.setLevel(logging.DEBUG)
formatter = BitBotFormatter(
- "%(asctime)s - %(levelname)s - %(message)s",
+ "%(asctime)s [%(levelname)s] %(message)s",
"%Y-%m-%dT%H:%M:%S.%f%z")
stdout_handler = logging.StreamHandler(sys.stdout)