Skip to content

Commit

Permalink
Temporarily remove celery instrumentation for logfire
Browse files Browse the repository at this point in the history
  • Loading branch information
HenryTraill committed Nov 19, 2024
1 parent cbdf402 commit d5dfc4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chronos/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
console=False,
)
logfire.instrument_fastapi(app)
logfire.instrument_celery()
# logfire.instrument_celery()
logfire.instrument_pydantic(record=_app_settings.logfire_log_level)
logfire.instrument_psycopg()
logfire.instrument_requests()
Expand Down

0 comments on commit d5dfc4b

Please sign in to comment.