We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98add8f commit da412e3Copy full SHA for da412e3
docker-compose.test.yml
@@ -12,6 +12,7 @@ services:
12
user: 'unit:root'
13
volumes:
14
- ./configuration:/etc/netbox/config:z,ro
15
+ - ./test-configuration/logging.py:/etc/netbox/config/logging.py:z,ro
16
- ./reports:/etc/netbox/reports:z,ro
17
- ./scripts:/etc/netbox/scripts:z,ro
18
- netbox-media-files:/opt/netbox/netbox/media:z
test-configuration/logging.py
@@ -0,0 +1,4 @@
1
+LOGGING = {
2
+ 'version': 1,
3
+ 'disable_existing_loggers': True
4
+}
0 commit comments