-
Notifications
You must be signed in to change notification settings - Fork 6
Logging
codeulike edited this page Sep 14, 2017
·
1 revision
CrissCross logs info to various places to help with debugging:
The log.txt logging is done via log4net, and the log4net settings (if you want to change them) are in the logging.config file in the CrissCross folder.
If you're not getting a Log.txt file then make sure that the Application Pool account in IIS has write access to the CrissCross/App_Data folder and its sub-folders.
- On the local server, browse to (your virtual folder)/elmah.axd to see the error log.
- Or, on the local server, go to the CrissCross 'About' page where there is a link to the error log
- Or see the XML files in the App_Data\ErrorLog folder.
On the client side, the javascript code running on the CrissCross report page will write a log to the bottom of the page if crisscross.ShowClientDebugLog is set to true in the web.config