remove example evn var for logging

This commit is contained in:
ryanmerolle 2021-04-25 16:38:03 -04:00
parent 45889c3811
commit 96545135cb
2 changed files with 2 additions and 2 deletions

View File

@ -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
#
## Set LOGLEVEL in netbox.env or docker-compose.overide.yml to override a logging level of INFO.

1
env/netbox.env vendored
View File

@ -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=false
EMAIL_USE_TLS=false
LOGLEVEL=INFO
MAX_PAGE_SIZE=1000
MEDIA_ROOT=/opt/netbox/netbox/media
METRICS_ENABLED=false