Re: [DB-SIG] Extending DB-API

2006-11-22 Thread Mario Frasca
On 2006-1122 19:57:07, Dieter Maurer wrote: > Usually, I do not want to see logs of database operations > (as they may contain sensible information) *BUT* if I am > analysing problems with database interaction, I want such > operations logged. the standard logging module solves this quite nicely.

Re: [DB-SIG] Extending DB-API

2006-11-22 Thread Dieter Maurer
Mario Frasca wrote at 2006-11-21 16:46 +0100: > ... >as I see it, logging has to do with every module, so since there is a >standard logging module, my feeling is that there could be also a >standard logging policy... I do not think so... Usually, I do not want to see logs of database operations

Re: [DB-SIG] Extending DB-API

2006-11-22 Thread Chris Clark
M.-A. Lemburg wrote: >Mario Frasca wrote: > > >>On 2006-1121 16:23:26, M.-A. Lemburg wrote: >> >> >>>Mario Frasca wrote: >>> >>> [...] it would be nice (I mean, I think it would) if also the logging policy would be stated in the db-api2++ >>>I'm not really su