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
46cc4a8f
Commit
46cc4a8f
authored
Nov 24, 2015
by
Vinay Sajip
Browse files
Options
Browse Files
Download
Plain Diff
Issue #25508: Merged documentation fix from 3.4.
parents
f7e8d075
4f44d537
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
Doc/library/logging.rst
Doc/library/logging.rst
+3
-1
No files found.
Doc/library/logging.rst
View file @
46cc4a8f
...
...
@@ -743,7 +743,9 @@ the options available to you.
| Attribute name | Format | Description |
+================+=========================+===============================================+
| args | You shouldn'
t
need
to
|
The
tuple
of
arguments
merged
into
``
msg
``
to
|
|
|
format
this
yourself
.
|
produce
``
message
``.
|
|
|
format
this
yourself
.
|
produce
``
message
``,
or
a
dict
whose
values
|
|
|
|
are
used
for
the
merge
(
when
there
is
only
one
|
|
|
|
argument
,
and
it
is
a
dictionary
).
|
+----------------+-------------------------+-----------------------------------------------+
|
asctime
|
``%(
asctime
)
s
``
|
Human
-
readable
time
when
the
|
|
|
|
:
class
:`
LogRecord
`
was
created
.
By
default
|
...
...
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