Turn off SQLAlchemy logging in the logs, not needed
This commit is contained in:
parent
3481b35d0d
commit
e985e6658c
1 changed files with 1 additions and 1 deletions
|
@ -180,7 +180,7 @@ handlers =
|
|||
qualname = fas
|
||||
|
||||
[logger_sqlalchemy]
|
||||
level = DEBUG
|
||||
level = WARN
|
||||
handlers =
|
||||
qualname = sqlalchemy.engine
|
||||
# "level = INFO" logs SQL queries.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue