[mythtv-firehose] mythtv/master commit: 804e109e9 by Gavin Hurlbut (Beirdo)

MythTV noreply at mythtv.org
Sun Jul 3 05:46:23 UTC 2011


      Author:  Gavin Hurlbut <ghurlbut at mythtv.org>
 Change Date:  2011-07-02T22:46:01-07:00
   Push Date:  2011/07/02 22:46:17 -0700
  Repository:  mythtv
      Branch:  master
New Revision:  804e109e956d61868610fa8082646de4a890ce57
   Changeset:  https://github.com/MythTV/mythtv/commit/804e109e9

Log:

Keep database logging at debug level from going nuts

Thanks go to Robert McNamara for finding this while debugging something else.
If you turned on -v database --loglevel debug, you'd get all the queries, but
unfortunately, with db logging enabled, each log message would then log the
query, which would log the query, ad nauseum.  Added a filter in there to
squelch any messages for queries starting with "INSERT INTO logging ".

Modified:

   mythtv/libs/libmythbase/mythdbcon.cpp



More information about the mythtv-firehose mailing list