We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
13.11 给简单脚本增加日志功能
1 parent 2415409 commit a2e2c57Copy full SHA for a2e2c57
source/c13/p11_add_logging_to_simple_scripts.rst
@@ -52,8 +52,6 @@
52
CRITICAL:root:Host www.python.org unknown
53
ERROR:root:Could not find 'spam'
54
55
-If you want to change the output or level of output, you can change the parameters to
56
-the basicConfig() call. For example:
57
如果你想改变输出等级,你可以修改 ``basicConfig()`` 调用中的参数。例如:
58
59
.. code-block:: python
0 commit comments