[Zodb-checkins] CVS: StandaloneZConfig/ZConfig/components/logger -
handlers.py:1.3
Barry Warsaw
barry at zope.com
Mon Apr 19 13:32:42 EDT 2004
Update of /cvs-repository/StandaloneZConfig/ZConfig/components/logger
In directory cvs.zope.org:/tmp/cvs-serv27743
Modified Files:
handlers.py
Log Message:
_log_format_variables: Keep up with the logging package; %(process)d is a
valid format substitution variable.
=== StandaloneZConfig/ZConfig/components/logger/handlers.py 1.2 => 1.3 ===
--- StandaloneZConfig/ZConfig/components/logger/handlers.py:1.2 Mon Apr 12 14:02:51 2004
+++ StandaloneZConfig/ZConfig/components/logger/handlers.py Mon Apr 19 13:32:38 2004
@@ -32,6 +32,7 @@
'relativeCreated': 1,
'thread': 1,
'message': 'amessage',
+ 'process': 1,
}
def log_format(value):
More information about the Zodb-checkins
mailing list