Skip to content

Commit

Permalink
docs(logging): use queue_listener as mentioned in the warning (#3540)
Browse files Browse the repository at this point in the history
  • Loading branch information
jderrien authored Jun 3, 2024
1 parent f5f7a4e commit 817d077
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/usage/logging.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Application and request level loggers can be configured using the :class:`~lites
logging_config = LoggingConfig(
root={"level": logging.getLevelName(logging.INFO), "handlers": ["console"]},
root={"level": "INFO", "handlers": ["queue_listener"]},
formatters={
"standard": {"format": "%(asctime)s - %(name)s - %(levelname)s - %(message)s"}
},
Expand Down

0 comments on commit 817d077

Please sign in to comment.