Skip to content

Commit a21b4a1

Browse files
committed
Chore: This and that
1 parent 5eabef0 commit a21b4a1

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@
77
/dist
88
.coverage
99
coverage.xml
10+
/tmp

doc/backlog.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ Iteration +1
1212
- https://swarm.hiveeyes.org/grafana/dashboards/f/VM-KxXvWk/ruhrgebiet
1313
- [o] Why are there two newlines on stdout output?
1414
- [o] Query dashboard edit history by dashboard tag(s)
15+
- [o] Use per-domain caching, to improve multi-instance use
1516

1617

1718
************

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)-36s] %(levelname)-7s: %(message)s"
22+
log_format = "%(asctime)-15s [%(name)-36s] %(levelname)-8s: %(message)s"
2323
logging.basicConfig(format=log_format, stream=sys.stderr, level=level)
2424

2525

0 commit comments

Comments
 (0)