Skip to content

Commit

Permalink
Squash #146 - Add print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
MackHalliday committed Jun 26, 2024
1 parent c8489b3 commit ec13730
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions notifications_utils/logging.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@ def init_app(app, statsd_client=None):
app.config.setdefault('NOTIFY_APP_NAME', 'none')
app.config.setdefault('NOTIFY_LOG_PATH', './log/application.log')

print("HIT NOTIFICATION-UTILS LOGGING INIT_APP")
print("NOTIFICATION-UTILS LOG LEVEL:", app.logging.level)
print("NOTIFICATION-UTILS NOTIFY_LOG_LEVEL", app.config['NOTIFY_LOG_LEVEL'])

@app.after_request
def after_request(response):
extra_fields = {
Expand Down

0 comments on commit ec13730

Please sign in to comment.