diff options
author | 2023-09-19 16:07:32 +0100 | |
---|---|---|
committer | 2023-09-20 17:34:25 +0100 | |
commit | 03575223498fa16ecec18ef3965893fa8bf716a7 (patch) | |
tree | a16ee22664bb379f5c7fda63211cfc9b26e17e4a /docs | |
parent | Add log_format to the logging util to allow for standardised logging (diff) |
Set various loggers to suitable default levelsv10.3.0
These levels were pulled from bot's current logging setup
Diffstat (limited to 'docs')
-rw-r--r-- | docs/changelog.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/changelog.rst b/docs/changelog.rst index bc396366..addb5a36 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -7,6 +7,7 @@ Changelog - :release:`10.3.0 <19th September 2023>` - :feature:`195` Add `log_format` to `pydis_core.utils.logging` to allow for standardised logging across all services using pydis_core. +- :feature:`195` Set `discord`, `websockets`, `chardet` & `async_rediscache` loggers to warning level and `asyncio` to info level by default. - :release:`10.2.0 <28th August 2023>` |