diff options
| author | 2018-03-14 21:21:02 +0100 | |
|---|---|---|
| committer | 2018-03-14 20:21:02 +0000 | |
| commit | be287bd17e5aa22b937dcfbc9b3d2b4a90ab87ef (patch) | |
| tree | 428e1cf6f7234dabcd4d0c2064d0889f54eb6e2a /requirements.txt | |
| parent | Logging fixes (diff) | |
Logging cogs (#32)
* added logging to events and verification cogs
* Added logging to the tags cog
* Added logging to Fun, Logging, and Security cogs.
* Added logging to Deployment cog.
* Added logging to cog management cog
* Added logging to clickup cog
* Changed some logging levels across all cogs. Most of my log.infos should have been log.debugs. Thanks Joseph.
* Added logging to the Bot cog.
* Adding logging to the non-cog files.
* Added the logging handler to Eval, but didn't add the actual Logging. I'll leave that to Martmist
* A couple of minor bugfixes
* Add "trace" logging level
* Add logging for paginator
* Add JSON logging for future datadog integration
* Changed some loglevels to trace now that we have the trace method, and also fixed stuff pointed out by joseph in his review.
* Completed testing for bot.py
* Completed testing for clickup.py
* Completed testing for cogs.py
* Completed testing for deployment.py
* Completed testing for fun.py
* Finished logging for bot and tags.py, as well as __init__.py
* Addressing all feedback in request for changes.
Diffstat (limited to 'requirements.txt')
| -rw-r--r-- | requirements.txt | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/requirements.txt b/requirements.txt index e0159eded..cf3742ffb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,3 +3,4 @@ dulwich  multidict  sympy  aiodns +logmatic-python | 
