matthew.mcguire-ctv
-
8/13/2009 10:49:44 AM
Logging & Debugging
I'm trying to log sql queries and show the SQL Debug tab in Site Manager-> Administration->System. I need to debug an issue regarding sql performance when adding webparts
I added the following to my web.config in appSettings section:
<add key="CMSDebugSQLQueries" value="true" /> <add key="CMSDebugSQLQueriesLogLength" value="20" /> <add key="CMSLogSQLQueries" value="true" />
However, the application is not logging to <web root>/AppData/logsql.log and also, the SQL Debug tab is not present where the documentation tells me to look.
Can anyone suggest solutions or explain what I have done wrong, or haven't done? Thanks.
|