Skip to content

Commit

Permalink
fix logging conf to include filter in handler (#1504)
Browse files Browse the repository at this point in the history
Co-authored-by: Jake Rosenberg <[email protected]>
  • Loading branch information
rstijerina and jarosenb authored Dec 16, 2024
1 parent 8aa9fb4 commit 46fc204
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions designsafe/settings/common_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -455,6 +455,7 @@ def guid_filter(record):
'level': 'INFO',
'class': 'logging.StreamHandler',
'formatter': 'metrics',
'filters': ['guidFilter']
},
},
'loggers': {
Expand Down

0 comments on commit 46fc204

Please sign in to comment.