Skip to content

Commit

Permalink
Squash #146 - Adjust logs
Browse files Browse the repository at this point in the history
  • Loading branch information
MackHalliday committed Jun 27, 2024
1 parent 77c7120 commit fd09828
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notifications_utils/logging.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def init_app(app, statsd_client=None):
else:
app.config.setdefault('NOTIFY_LOG_LEVEL', 'DEBUG')

print("NOTIFCATION-UTILS WHAT IS NOTIFY_ENVIRONMENT", app.config['NOTIFY_ENVIRONMENT'] )
print("NOTIFCATION-UTILS WHAT IS NOTIFY_ENVIRONMENT", os.environ['NOTIFY_ENVIRONMENT'])
print("NOTIFICATION-UTILS WHAT IS NOTIFY_LOG_LEVEL", app.config['NOTIFY_LOG_LEVEL'] )

app.config.setdefault('NOTIFY_APP_NAME', 'none')
Expand Down

0 comments on commit fd09828

Please sign in to comment.