Skip to content

Commit 9544fa3

Browse files
committed
Chore: Adjust log format
1 parent 6da3fc6 commit 9544fa3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

grafana_wtf/util.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020

2121
def setup_logging(level=logging.INFO):
22-
log_format = "%(asctime)-15s [%(name)-22s] %(levelname)-7s: %(message)s"
22+
log_format = "%(asctime)-15s [%(name)-36s] %(levelname)-7s: %(message)s"
2323
logging.basicConfig(format=log_format, stream=sys.stderr, level=level)
2424

2525

0 commit comments

Comments
 (0)