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.