Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
cimnine committed Apr 26, 2021
1 parent 604ff3b commit f924e76
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions configuration/logging.py
@@ -1,12 +1,12 @@
## 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.
#LOGLEVEL = environ.get('LOGLEVEL', 'INFO')
#
#LOGGING = {
#
# # 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.
# LOGLEVEL = environ.get('LOGLEVEL', 'INFO')

# LOGGING = {

# 'version': 1,
# 'disable_existing_loggers': False,
# 'formatters': {
Expand Down Expand Up @@ -52,4 +52,4 @@
# 'level': LOGLEVEL,
# }
# }
#}
# }

0 comments on commit f924e76

Please sign in to comment.