Skip to content

Commit 67bb790

Browse files
committed
feat: update logging configuration for improved log level management and format
1 parent f945283 commit 67bb790

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/maxkb/settings/logging.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
'format': '%(levelname)s %(message)s'
2929
},
3030
'syslog': {
31-
'format': 'jumpserver: %(message)s'
31+
'format': 'maxkb: %(message)s'
3232
},
3333
'msg': {
3434
'format': '%(message)s'

0 commit comments

Comments
 (0)