From abcefb0f2eece549371f951b58144188d2ac9307 Mon Sep 17 00:00:00 2001 From: Rob Crittenden Date: Thu, 7 May 2015 15:51:23 -0400 Subject: Add db.conn.log option to suppress sql logs by default 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 Reviewed-by: Simo Sorce --- examples/ipsilon.conf | 1 + 1 file changed, 1 insertion(+) (limited to 'examples') 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" -- cgit