Is there a way to tell Cayenne to log only INSERT, UPDATE, and DELETE operations? In the production database, we have triggers that record each row-level change in a shadow table, and I want to profile my code to keep these operations to a minimum, but it's hard to do with 90% of the console output displaying SELECT queries.
- Can I disable SELECT logging? Scott Anderson
- Re: Can I disable SELECT logging? Aristedes Maniatis
- Re: Can I disable SELECT logging? Andrus Adamchik
- RE: Can I disable SELECT logging? Scott Anderson
- Re: Can I disable SELECT logging? Andrus Adamchik