summaryrefslogtreecommitdiffstats
path: root/ipalib/constants.py
diff options
context:
space:
mode:
authorJason Gerard DeRose <jderose@redhat.com>2008-10-28 02:10:56 -0600
committerJason Gerard DeRose <jderose@redhat.com>2008-10-28 02:10:56 -0600
commitfbcb55bd11d17dbff8ec3c7c99cf7b3bb91d3752 (patch)
tree80b9e24f758f702d4f5bcf12f649632bf347a5c0 /ipalib/constants.py
parenta9f1c74a7fb7619cfcdb9f5eaf0f62745b1b551e (diff)
downloadfreeipa-fbcb55bd11d17dbff8ec3c7c99cf7b3bb91d3752.tar.gz
freeipa-fbcb55bd11d17dbff8ec3c7c99cf7b3bb91d3752.tar.xz
freeipa-fbcb55bd11d17dbff8ec3c7c99cf7b3bb91d3752.zip
lite-xmlrpc.py now uses api.bootstrap() property, logs to api.logger
Diffstat (limited to 'ipalib/constants.py')
-rw-r--r--ipalib/constants.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/ipalib/constants.py b/ipalib/constants.py
index 7220561f7..f4a440c65 100644
--- a/ipalib/constants.py
+++ b/ipalib/constants.py
@@ -89,7 +89,8 @@ DEFAULT_CONFIG = (
)
-LOGGING_CONSOLE_FORMAT = ' '.join([
+LOGGING_CONSOLE_FORMAT = ': '.join([
+ '%(name)s',
'%(levelname)s',
'%(message)s',
])