server.log has too much info for Database Publishing

I’ve noticed that our server.log file has lots of detail for every database publishing action that occurs - the lines in the log look similar to this:

2010-04-08 16:11:48,880 INFO [STDOUT] [Debug] UPDATE dbo.MW_SEMINAR_SESSIONS SET TIME=?, CAMPAIGN_CODE=?, TEXT=? WHERE SEQ=? AND CONTENTID=?
2010-04-08 16:11:48,880 INFO [STDOUT] [Debug] bind value 0: null
2010-04-08 16:11:48,880 INFO [STDOUT] [Debug] bind value 1: 758124359
2010-04-08 16:11:48,880 INFO [STDOUT] [Debug] bind value 2: null
2010-04-08 16:11:48,880 INFO [STDOUT] [Debug] bind value 3: 1
2010-04-08 16:11:48,880 INFO [STDOUT] [Debug] bind value 4: 49467

Does anyone know if there’s a way to disable this logging? I don’t need it on a daily basis, although it would be useful to turn the logging on and off if I was troubleshooting.

-Kathleen