log4jdbc icon indicating copy to clipboard operation
log4jdbc copied to clipboard

Can it filter the logging by table name?

Open GoogleCodeExporter opened this issue 9 years ago • 1 comments

We have quartz job in our app, it need access the db very frequently. Is there 
a setting we can add which tells log4jdbc don't log the queries to those quartz 
tables. 

Original issue reported on code.google.com by [email protected] on 16 Jan 2014 at 7:06

GoogleCodeExporter avatar Mar 30 '15 12:03 GoogleCodeExporter

Nothing is currently built in, but you could probably make a simple 
modification to log4jdbc to get it working; perhaps with a regular expression. 
You might even be able to do it external to log4jdbc using your logging 
software (depending on what library you use.)

Original comment by [email protected] on 16 Jan 2014 at 7:11

  • Added labels: Priority-Low, Type-Enhancement
  • Removed labels: Priority-Medium, Type-Defect

GoogleCodeExporter avatar Mar 30 '15 12:03 GoogleCodeExporter