mirror of
https://github.com/StuffAnThings/qbit_manage.git
synced 2025-09-10 23:25:42 +08:00
fixes trace logging
This commit is contained in:
parent
e94fd129f1
commit
6ec6cff115
2 changed files with 2 additions and 2 deletions
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
3.6.4
|
||||
3.6.4-develop1
|
||||
|
|
|
@ -17,7 +17,7 @@ WARN = WARNING
|
|||
DRYRUN = 25
|
||||
INFO = 20
|
||||
DEBUG = 10
|
||||
TRACE = 0
|
||||
TRACE = 1
|
||||
|
||||
|
||||
def fmt_filter(record):
|
||||
|
|
Loading…
Add table
Reference in a new issue