File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change 1- ## Remove first comment(#) on each line to implement this working logging example.
2- ## Add LOGLEVEL environment variable to netbox if you use this example & want a different log level.
3- #from os import environ
4- #
5- ## Set LOGLEVEL in netbox.env or docker-compose.overide.yml to override a logging level of INFO.
6- #LOGLEVEL = environ.get('LOGLEVEL', 'INFO')
7- #
8- #LOGGING = {
9- #
1+ # # Remove first comment(#) on each line to implement this working logging example.
2+ # # Add LOGLEVEL environment variable to netbox if you use this example & want a different log level.
3+ # from os import environ
4+
5+ # # Set LOGLEVEL in netbox.env or docker-compose.overide.yml to override a logging level of INFO.
6+ # LOGLEVEL = environ.get('LOGLEVEL', 'INFO')
7+
8+ # LOGGING = {
9+
1010# 'version': 1,
1111# 'disable_existing_loggers': False,
1212# 'formatters': {
5252# 'level': LOGLEVEL,
5353# }
5454# }
55- #}
55+ # }
You can’t perform that action at this time.
0 commit comments