diff options
author | Rob Crittenden <rcritten@redhat.com> | 2015-05-07 15:51:23 -0400 |
---|---|---|
committer | Rob Crittenden <rcritten@redhat.com> | 2015-05-07 15:51:23 -0400 |
commit | c3cc4b620884e9e7935f87486131f18f5658292e (patch) | |
tree | 6e36cc50f79f8f96249079ebc023c40db8e18e99 /examples/ipsilon.conf | |
parent | 1bcc0d697dd37a9268641f0cbaa7e9e781552233 (diff) | |
download | ipsilon.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 'examples/ipsilon.conf')
-rw-r--r-- | examples/ipsilon.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/ipsilon.conf b/examples/ipsilon.conf index e89f970..bd4924b 100644 --- a/examples/ipsilon.conf +++ b/examples/ipsilon.conf @@ -2,6 +2,7 @@ debug = True tools.log_request_response.on = False template_dir = "templates" +db.conn.log = False log.screen = True base.mount = "/idp" |