remove example evn var for logging
This commit is contained in:
parent
45889c3811
commit
96545135cb
@ -1,4 +1,5 @@
|
|||||||
## Remove first comment(#) on each line to implement this working logging example.
|
## Remove first comment(#) on each line to implement this working logging example.
|
||||||
|
## Add LOGLEVEL environment variable to netbox if you use this example & want a different log level.
|
||||||
#from os import environ
|
#from os import environ
|
||||||
#
|
#
|
||||||
## Set LOGLEVEL in netbox.env or docker-compose.overide.yml to override a logging level of INFO.
|
## Set LOGLEVEL in netbox.env or docker-compose.overide.yml to override a logging level of INFO.
|
||||||
|
1
env/netbox.env
vendored
1
env/netbox.env
vendored
@ -14,7 +14,6 @@ EMAIL_USERNAME=netbox
|
|||||||
# EMAIL_USE_SSL and EMAIL_USE_TLS are mutually exclusive, i.e. they can't both be `true`!
|
# EMAIL_USE_SSL and EMAIL_USE_TLS are mutually exclusive, i.e. they can't both be `true`!
|
||||||
EMAIL_USE_SSL=false
|
EMAIL_USE_SSL=false
|
||||||
EMAIL_USE_TLS=false
|
EMAIL_USE_TLS=false
|
||||||
LOGLEVEL=INFO
|
|
||||||
MAX_PAGE_SIZE=1000
|
MAX_PAGE_SIZE=1000
|
||||||
MEDIA_ROOT=/opt/netbox/netbox/media
|
MEDIA_ROOT=/opt/netbox/netbox/media
|
||||||
METRICS_ENABLED=false
|
METRICS_ENABLED=false
|
||||||
|
Loading…
Reference in New Issue
Block a user