diff options
| author | 2020-01-12 17:21:37 +0100 | |
|---|---|---|
| committer | 2020-01-12 17:21:37 +0100 | |
| commit | 439f70421dc3afd9ea2bc0cb3a966960b7062fdb (patch) | |
| tree | 11ff3eec3c203c5813031bd2fc6582f100553602 | |
| parent | Merge pull request #723 from python-discord/tagptroll1-rules-optional-args (diff) | |
Empty commit for autodeploy.
Diffstat (limited to '')
| -rw-r--r-- | bot/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bot/__init__.py b/bot/__init__.py index 4a2df730d..789ace5c0 100644 --- a/bot/__init__.py +++ b/bot/__init__.py @@ -6,6 +6,7 @@ from pathlib import Path from logmatic import JsonFormatter + logging.TRACE = 5 logging.addLevelName(logging.TRACE, "TRACE") |