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
6dd0f0ab
Commit
6dd0f0ab
authored
Jul 20, 2006
by
Fred Drake
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
markup fix
parent
756606eb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
Doc/lib/liblogging.tex
Doc/lib/liblogging.tex
+2
-2
No files found.
Doc/lib/liblogging.tex
View file @
6dd0f0ab
...
...
@@ -1069,7 +1069,7 @@ list of possible values is, note that they are not case sensitive:
If
\var
{
backupCount
}
is non-zero, the system will save old log files by
appending extensions to the filename. The extensions are date-and-time
based, using the strftime format
\code
{
%Y-%m-%d_%H-%M-
%S} or a leading
based, using the strftime format
\code
{
\%
Y-
\%
m-
\%
d
_
\%
H-
\%
M-
\
%
S
}
or a leading
portion thereof, depending on the rollover interval. At most
\var
{
backupCount
}
files will be kept, and if more would be created when rollover occurs, the
oldest one is deleted.
...
...
@@ -1537,7 +1537,7 @@ to start the server, and which you can \method{join()} when appropriate.
To stop the server, call
\function
{
stopListening()
}
. To send a configuration
to the socket, read in the configuration file and send it to the socket
as a string of bytes preceded by a four-byte length packed in binary using
struct.
\code
{
pack(
">L"
, n)
}
.
struct.
\code
{
pack(
'>L'
, n)
}
.
\end{funcdesc}
\begin{funcdesc}
{
stopListening
}{}
...
...
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