summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorRob Crittenden <rcritten@redhat.com>2015-05-07 15:51:23 -0400
committerRob Crittenden <rcritten@redhat.com>2015-05-07 15:51:23 -0400
commitc3cc4b620884e9e7935f87486131f18f5658292e (patch)
tree6e36cc50f79f8f96249079ebc023c40db8e18e99 /templates
parent1bcc0d697dd37a9268641f0cbaa7e9e781552233 (diff)
downloadipsilon.git-logger.tar.gz
ipsilon.git-logger.tar.xz
ipsilon.git-logger.zip
Add db.conn.log option to suppress sql logs by defaultlogger
The Store logging is quite verbose with a flurry of init and destroy messages with each session. Setting db.conn.log to False (default) will suppress these. If one needs to do connection tracing it can be enabled. Signed-off-by: Rob Crittenden <rcritten@redhat.com>
Diffstat (limited to 'templates')
-rw-r--r--templates/install/ipsilon.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/install/ipsilon.conf b/templates/install/ipsilon.conf
index 522cb38..b57aa55 100644
--- a/templates/install/ipsilon.conf
+++ b/templates/install/ipsilon.conf
@@ -2,6 +2,7 @@
debug = ${debugging}
tools.log_request_response.on = False
template_dir = "templates"
+db.conn.log = False
log.screen = ${debugging}
base.mount = "/${instance}"