summaryrefslogtreecommitdiffstats
path: root/ipa-server/ipa-gui/sample-prod.cfg
diff options
context:
space:
mode:
authorKevin McCarthy <kmccarth@redhat.com>2007-10-17 16:45:20 -0700
committerKevin McCarthy <kmccarth@redhat.com>2007-10-17 16:45:20 -0700
commit6249f20526006c3576fb099491132d403bb66cbe (patch)
tree27e6e3a3743718fe9bf101b849d553f68afede1f /ipa-server/ipa-gui/sample-prod.cfg
parent4718fc6dff9ac3ed5b506e116aad2bdd02e18c21 (diff)
downloadfreeipa-6249f20526006c3576fb099491132d403bb66cbe.tar.gz
freeipa-6249f20526006c3576fb099491132d403bb66cbe.tar.xz
freeipa-6249f20526006c3576fb099491132d403bb66cbe.zip
Add logger objects to each controller.
Fix up the config settings for logging.
Diffstat (limited to 'ipa-server/ipa-gui/sample-prod.cfg')
-rw-r--r--ipa-server/ipa-gui/sample-prod.cfg10
1 files changed, 5 insertions, 5 deletions
diff --git a/ipa-server/ipa-gui/sample-prod.cfg b/ipa-server/ipa-gui/sample-prod.cfg
index a12662706..f8416b93a 100644
--- a/ipa-server/ipa-gui/sample-prod.cfg
+++ b/ipa-server/ipa-gui/sample-prod.cfg
@@ -1,7 +1,7 @@
[global]
# DATABASE
-# no database for ipa-webgui since everything is stored in LDAP
+# no database for ipagui since everything is stored in LDAP
# IDENTITY
@@ -59,19 +59,19 @@ server.thread_pool = 10
[[[access_out]]]
# set the filename as the first argument below
-args="('ipa-webgui',)"
+args="('ipagui',)"
class='FileHandler'
level='INFO'
-formatter='message_only'
+formatter='datestamped'
[[loggers]]
[[[ipagui]]]
level='ERROR'
-qualname='ipa-webgui'
+qualname='ipagui'
handlers=['debug_out']
[[[access]]]
level='INFO'
-qualname='ipa-webgui.access'
+qualname='turbogears.access'
handlers=['access_out']
propagate=0