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)
commitabcefb0f2eece549371f951b58144188d2ac9307
tree12ecde83b2eacc47e788a03ac84c65a7ff11b353
parent9520939c3f3bc4c292238dcf28f3e66a9b8201bc
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 <rcritten@redhat.com>
Reviewed-by: Simo Sorce <simo@redhat.com>
examples/ipsilon.conf
ipsilon/util/data.py
templates/install/ipsilon.conf