lite-xmlrpc.py now uses api.bootstrap() property, logs to api.logger

This commit is contained in:
Jason Gerard DeRose
2008-10-28 02:10:56 -06:00
parent a9f1c74a7f
commit fbcb55bd11
4 changed files with 14 additions and 30 deletions

View File

@@ -89,7 +89,8 @@ DEFAULT_CONFIG = (
)
LOGGING_CONSOLE_FORMAT = ' '.join([
LOGGING_CONSOLE_FORMAT = ': '.join([
'%(name)s',
'%(levelname)s',
'%(message)s',
])