We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d37b0f8 commit a9442efCopy full SHA for a9442ef
readthedocs/basic/updates.rst
@@ -16,7 +16,7 @@ For that, you can use **events**.
16
.. code-block:: python
17
18
import logging
19
- logging.basicConfig(format='[%(levelname) 5s/%(asctime)s] %(name)s: %(message)s',
+ logging.basicConfig(format='[%(levelname) %(asctime)s] %(name)s: %(message)s',
20
level=logging.WARNING)
21
22
0 commit comments