Removed unnecessary logging from tests

This commit is contained in:
Tobias Genannt 2022-08-31 14:05:34 +02:00
parent 98add8f83a
commit da412e3bdb
2 changed files with 5 additions and 0 deletions

View file

@ -0,0 +1,4 @@
LOGGING = {
'version': 1,
'disable_existing_loggers': True
}