From: Rob Crittenden Date: Thu, 7 May 2015 19:51:23 +0000 (-0400) Subject: Add db.conn.log option to suppress sql logs by default X-Git-Tag: v1.0.0~22 X-Git-Url: http://git.cascardo.info/?p=cascardo%2Fipsilon.git;a=commitdiff_plain;h=abcefb0f2eece549371f951b58144188d2ac9307;hp=abcefb0f2eece549371f951b58144188d2ac9307 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 ---