Skip to content

Commit

Permalink
🕵 improve logging output
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshix-1 committed May 24, 2024
1 parent 713e186 commit 5b45e96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion an_website/utils/background_tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ def start_background_tasks( # pylint: disable=too-many-arguments
PEAK_FUNC
if worker
else lambda fun: LOGGER.info(
"starting %r background service", fun.__name__
"starting %s.%s background service", fun.__module__, fun.__name__
)
)
.map(lambda fun: fun(app=app, worker=worker))
Expand Down

0 comments on commit 5b45e96

Please sign in to comment.