1
0
mirror of https://github.com/netbox-community/netbox-docker.git synced 2025-08-08 15:02:05 +03:00

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
}