We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 950c5a5 commit 43980d7Copy full SHA for 43980d7
hubble/daemon.py
@@ -71,7 +71,7 @@ def logging_setup():
71
log.setLevel(logging.DEBUG)
72
73
# Logging format
74
- formatter = logging.Formatter('[%(asctime)s] [%(name)s] [%(levelname)s] [%(message)s]', datefmt='%Y/%m/%d %H:%M:%S')
+ formatter = logging.Formatter('[%(asctime)s] [%(name)s] [%(levelname)s]: %(message)s', datefmt='%Y/%m/%d %H:%M:%S')
75
76
# Log to file
77
fh = logging.FileHandler('/var/log/hubble')
0 commit comments