Skip to content

Commit

Permalink
Merge pull request #237 from tutorcruncher/include-logging-in-logfire
Browse files Browse the repository at this point in the history
  • Loading branch information
PrenSJ2 committed Jun 18, 2024
2 parents fb0b487 + 0753da0 commit 98d922c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/logging.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
'handlers': {
'default': {'formatter': 'default', 'class': 'logging.StreamHandler', 'stream': 'ext://sys.stderr'},
'access': {'formatter': 'access', 'class': 'logging.StreamHandler', 'stream': 'ext://sys.stdout'},
'logfire': {'class': 'logfire.integrations.logging.LogfireLoggingHandler'},
},
'loggers': {
'hermes': {'handlers': ['default'], 'level': logging_level, 'propagate': False},
Expand Down

0 comments on commit 98d922c

Please sign in to comment.