aboutsummaryrefslogtreecommitdiff
path: root/docs/logging.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/logging.rst')
-rw-r--r--docs/logging.rst5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/logging.rst b/docs/logging.rst
index 80b15273..6490f9fa 100644
--- a/docs/logging.rst
+++ b/docs/logging.rst
@@ -1,3 +1,6 @@
+.. versionadded:: 0.6.0
+.. _logging_setup:
+
Setting Up Logging
===================
@@ -36,9 +39,7 @@ This is recommended, especially at verbose levels such as ``INFO``,
and ``DEBUG`` as there are a lot of events logged and it would clog the
stdout of your program.
-.. note::
- The logging facilities were added in version 0.6 of discord.py.
For more information, check the documentation and tutorial of the
`logging`_ module.