In order to turn on message logging to trace the CardioLog service components, add the "Message" switch to the "logType" key in the component configuration file -
<add key="logType" value="Message,Warning,Error" />
|
In order to turn off message logging for the CardioLog service components, remove the "Message" switch from the "logType" key in the component configuration file -
<add key="logType" value="Warning,Error" />
|
Configuration Files -
- ADTree web application (extended logging for Active Directory Updates, creates the ADXmlTree.log file) - [CardioLog Installation Folder]\ADTree\web.config
- SP20XXTree web application (extended logging for Portal Tree Updates, creates the SP20XXTree.log file) - [CardioLog Installation Folder]\SP20XXTree\web.config
- CardioLog Scheduling Service (extended logging for service components, creates the CardioLogServiceComponents.log file) - [CardioLog Installation Folder]\CardioLogScheduleServices\CardioLog.Services.exe.config
- VisitorSegments web application (extended logging for User Categories Updates, creates the VisitorSegments.log file) - [CardioLog Installation Folder]\VisitorSegments\web.config
- CardioLog web application (extended logging for the CardioLog UI, creates the CardioLogUI.log file) - [CardioLog Installation Folder]\CardioLog\web.config
- Redirect web application (extended logging for the Shorten Links module) - [CardioLog Installation Folder]\Redirect\web.config
- EventCollector web application (extended logging for the EventCollector website) - [CardioLog Installation Folder]\EventCollector\web.config
You can also easily edit the log type via IIS Manager for web applications as follows:
- In the CardioLog server open the IIS manager (Run > Inetmgr)
- In the Connections panel, expand the server node > Sites > CardioLog website
- In the Connections panel, click on the web application of your choice
- Double-click on Application Settings (in the ASP.NET section)
- Double-click on logType, modify the value from "Warning,Error" to "Message,Warning,Error" and click OK
In order to execute the CardioLog service component immediately, follow the instructions here -
0 Comments