Does anyone know how to turn down the database command logging level?
I have a file in the "db" subdirectory of my subsonic.home directory called "subsonic.log" which is very different than the standard log file that you would find in the subsonic.home directory. It contains all of the database commands issued to the database apparantly, which would normally be a pretty cool thing.
But every two seconds or so three more lines are added to it, and this is the majority of the file (with different connection numbers):
- Code: Select all
/*C2312569*/SET SCHEMA PUBLIC
CONNECT USER SA
DISCONNECT
/*C2312570*/SET SCHEMA PUBLIC
CONNECT USER SA
DISCONNECT
This file has grown to over 130 mb, and I would like to limit what is logged there. I don't mind the rest of the database commands logged there (like when I create a user or comment on a song or something) but these periodic connect/diconnect messages are a bit much.
Any way to tweak what is logged there?
Thanks,
Glenn