mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-21 02:16:09 -05:00
[Core] Rich logging for not so rich people (#4577)
* Pop stash * add rich to setup * Added forceful enabling of rich logging * revert some unintended pushed * Fix possible unbound var Fix possible 0 members w/out members intent * One day I won't forget to do style passes * So this is a thing apperently... * Bump rich to 9.5.1 * Lock secondary deps * Different stuff, see the full commit description for more info - Change few things from print to log.info - put the log handlers on the root logger instead of individual loggers - capture warnings to a logger * Modify log handler to show logger name * Add a Triboolian to force disable rich * Style checks * shortened time, added logger name... again. * aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa * Style & linking * Be or not to be? Whatever man, it's 4:30 in the morning, goto sleep >.< * Reintroduce outdated message. Co-authored-by: jack1142 <6032823+jack1142@users.noreply.github.com>
This commit is contained in:
@@ -43,6 +43,7 @@ install_requires =
|
||||
chardet==3.0.4
|
||||
click==7.1.2
|
||||
colorama==0.4.3
|
||||
commonmark==0.9.1
|
||||
contextlib2==0.6.0.post1
|
||||
discord.py==1.5.1
|
||||
distro==1.5.0; sys_platform == "linux"
|
||||
@@ -50,11 +51,13 @@ install_requires =
|
||||
idna==2.10
|
||||
markdown==3.2.2
|
||||
multidict==4.7.6
|
||||
Pygments==2.6.1
|
||||
python-dateutil==2.8.1
|
||||
python-Levenshtein-wheels==0.13.1
|
||||
pytz==2020.1
|
||||
PyYAML==5.3.1
|
||||
Red-Lavalink==0.7.1
|
||||
rich==9.5.1
|
||||
schema==0.7.2
|
||||
six==1.15.0
|
||||
tqdm==4.48.0
|
||||
@@ -71,7 +74,6 @@ docs =
|
||||
Jinja2==2.11.2
|
||||
MarkupSafe==1.1.1
|
||||
packaging==20.4
|
||||
Pygments==2.6.1
|
||||
pyparsing==2.4.7
|
||||
requests==2.24.0
|
||||
snowballstemmer==2.0.0
|
||||
|
||||
Reference in New Issue
Block a user