We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 216bdb9 commit 74f803aCopy full SHA for 74f803a
1 file changed
docs/TRACEBACKS.md
@@ -93,7 +93,7 @@ What the `print` calls revealed is that we used `/` when we should have used `//
93
[Logging][logging] can be used similarly to `print`, but it is more powerful.
94
What is logged can be configured by the logging severity (e.g., 'DEBUG', 'INFO', 'WARNING', 'ERROR', 'CRITICAL'.)
95
A call to the `logging.error` function can pass `True` to the `exc_info` parameter, which will additionally log the stack trace.
96
-By configuring multiple handlers, logging can print to more than one place with the same logging function.
+By configuring multiple handlers, logging can write to more than one place with the same logging function.
97
98
Following is a an example of logging printed to the console:
99
0 commit comments