Skip to content

Commit

Permalink
Chore: Adjust log format
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Sep 21, 2023
1 parent 6da3fc6 commit 9544fa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grafana_wtf/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@


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


Expand Down

0 comments on commit 9544fa3

Please sign in to comment.