diff options
author | 2019-01-12 13:25:32 -0500 | |
---|---|---|
committer | 2019-01-12 13:25:32 -0500 | |
commit | 702a5908edfa1cf16ab6f01a7fe6189b7e83d72b (patch) | |
tree | 0708f578b9140785283efaac3e18f39ab8be95c3 /CONTRIBUTING.md | |
parent | Update sentence flow for clarity (diff) |
Clarify trace logging level as PyDis-implemented
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 45f97a7fd..ae7afd8f7 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -33,7 +33,7 @@ All projects evolve over time, and this contribution guide is no different. This ## Supplemental Information ### Logging levels The project currently defines [`logging`](https://docs.python.org/3/library/logging.html) levels as follows: -* **TRACE:** Use this for tracing every step of a complex process. That way we can see which step of the process failed. Err on the side of verbose. +* **TRACE:** Use this for tracing every step of a complex process. That way we can see which step of the process failed. Err on the side of verbose. **Note:** This is a PyDis-implemented logging level. * **INFO:** Something completely ordinary happened. Like a cog loading during startup. * **DEBUG:** Someone is interacting with the application, and the application is behaving as expected. * **WARNING:** Someone is interacting with the application in an unexpected way or the application is responding in an unexpected way, but without causing an error. |