Removed unnecessary logging from tests
This commit is contained in:
parent
98add8f83a
commit
da412e3bdb
@ -12,6 +12,7 @@ services:
|
||||
user: 'unit:root'
|
||||
volumes:
|
||||
- ./configuration:/etc/netbox/config:z,ro
|
||||
- ./test-configuration/logging.py:/etc/netbox/config/logging.py:z,ro
|
||||
- ./reports:/etc/netbox/reports:z,ro
|
||||
- ./scripts:/etc/netbox/scripts:z,ro
|
||||
- netbox-media-files:/opt/netbox/netbox/media:z
|
||||
|
4
test-configuration/logging.py
Normal file
4
test-configuration/logging.py
Normal file
@ -0,0 +1,4 @@
|
||||
LOGGING = {
|
||||
'version': 1,
|
||||
'disable_existing_loggers': True
|
||||
}
|
Loading…
Reference in New Issue
Block a user