fixes trace logging

This commit is contained in:
bobokun 2023-05-28 16:49:21 -04:00
parent e94fd129f1
commit 6ec6cff115
No known key found for this signature in database
GPG key ID: B73932169607D927
2 changed files with 2 additions and 2 deletions

View file

@ -1 +1 @@
3.6.4
3.6.4-develop1

View file

@ -17,7 +17,7 @@ WARN = WARNING
DRYRUN = 25
INFO = 20
DEBUG = 10
TRACE = 0
TRACE = 1
def fmt_filter(record):