File tree Expand file tree Collapse file tree 3 files changed +11
-1
lines changed Expand file tree Collapse file tree 3 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,10 @@ Changelog
55=========
66
77
8+ - :release: `10.3.0 <19th September 2023> `
9+ - :feature: `195 ` Add `log_format ` to `pydis_core.utils.logging ` to allow for standardised logging across all services using pydis_core.
10+
11+
812- :release: `10.2.0 <28th August 2023> `
913- :support: `192 ` Bump Discord.py to :literal-url: `2.3.2 <https://github.com/Rapptz/discord.py/releases/tag/v2.3.2> `.
1014
Original file line number Diff line number Diff line change 99 LoggerClass = logging .getLoggerClass ()
1010
1111TRACE_LEVEL = 5
12+ log_format = logging .Formatter ("%(asctime)s | %(levelname)s | %(name)s | %(message)s" )
13+ """
14+ A :obj:`logging.Formatter` that can be used to standardise logging across all projects using pydis_core.
15+
16+ :meta hide-value:
17+ """
1218
1319
1420class CustomLogger (LoggerClass ):
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " pydis_core"
3- version = " 10.2 .0"
3+ version = " 10.3 .0"
44description = " PyDis core provides core functionality and utility to the bots of the Python Discord community."
55authors = [" Python Discord <info@pythondiscord.com>" ]
66license = " MIT"
You can’t perform that action at this time.
0 commit comments