File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 7
7
/dist
8
8
.coverage
9
9
coverage.xml
10
+ /tmp
Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ Iteration +1
12
12
- https://swarm.hiveeyes.org/grafana/dashboards/f/VM-KxXvWk/ruhrgebiet
13
13
- [o] Why are there two newlines on stdout output?
14
14
- [o] Query dashboard edit history by dashboard tag(s)
15
+ - [o] Use per-domain caching, to improve multi-instance use
15
16
16
17
17
18
************
Original file line number Diff line number Diff line change 19
19
20
20
21
21
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"
23
23
logging .basicConfig (format = log_format , stream = sys .stderr , level = level )
24
24
25
25
You can’t perform that action at this time.
0 commit comments