Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
1b89656d
Commit
1b89656d
authored
Jul 01, 2004
by
Fred Drake
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add omitted markup
parent
68a37ac8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
Doc/tut/tut.tex
Doc/tut/tut.tex
+3
-2
No files found.
Doc/tut/tut.tex
View file @
1b89656d
...
...
@@ -4935,8 +4935,9 @@ This produces the following output:
By default, informational and debugging messages are suppressed and the
output is sent to standard error. Other output options include routing
messages through email, datagrams, sockets, or to an HTTP Server. New
filters can select different routing based on message priority: DEBUG,
INFO, WARNING, ERROR, and CRITICAL.
filters can select different routing based on message priority:
\constant
{
DEBUG
}
,
\constant
{
INFO
}
,
\constant
{
WARNING
}
,
\constant
{
ERROR
}
,
and
\constant
{
CRITICAL
}
.
The logging system can be configured directly from Python or can be
loaded from a user editable configuration file for customized logging
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment