Add db.conn.log option to suppress sql logs by default
authorRob Crittenden <rcritten@redhat.com>
Thu, 7 May 2015 19:51:23 +0000 (15:51 -0400)
committerRob Crittenden <rcritten@redhat.com>
Thu, 7 May 2015 20:08:04 +0000 (16:08 -0400)
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>
Reviewed-by: Simo Sorce <simo@redhat.com>

No differences found