Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
ZEO
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
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
ZEO
Commits
ad343515
Commit
ad343515
authored
Aug 23, 2002
by
Jeremy Hylton
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix capitalization in rotate_logs() so that it actually works.
parent
6c778852
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
src/ZEO/start.py
src/ZEO/start.py
+3
-3
No files found.
src/ZEO/start.py
View file @
ad343515
...
...
@@ -13,7 +13,7 @@
##############################################################################
"""Start the server storage.
$Id: start.py,v 1.4
0 2002/08/05 21:44:22
jeremy Exp $
$Id: start.py,v 1.4
1 2002/08/23 14:26:47
jeremy Exp $
"""
from
__future__
import
nested_scopes
...
...
@@ -305,8 +305,8 @@ def rotate_logs():
return
# This will work if the minimal logger is in use, but not if some
# other logger is active.
import
zL
og
.MinimalLogger
zL
og
.
MinimalLogger
.
_log
.
initialize
()
import
zL
OG
.MinimalLogger
zL
OG
.
MinimalLogger
.
_log
.
initialize
()
def
rotate_logs_handler
(
signum
,
frame
):
rotate_logs
()
...
...
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