mirror of
https://github.com/netbox-community/netbox-docker.git
synced 2025-04-15 20:18:28 +02:00
7 lines
95 B
Python
7 lines
95 B
Python
LOGGING = {
|
|
'version': 1,
|
|
'disable_existing_loggers': True
|
|
}
|
|
|
|
DEFAULT_PERMISSIONS = {}
|