Previous Topic: Logging Cooperative FlowsNext Topic: Version Incompatibility Runtime Errors


Logging CA Gen .NET Servers

To perform logging on the CA Gen .NET Server, locate the application's application.config file. This file is typically located in the bin subdirectory under the directory named for the application under the IIS wwwroot directory (C:\Inetpub\wwwroot\appname\bin).

In the editor of your choice, open the file. Search for the string CMIDEBUG. Change the value of CMIDEBUG from 0 (no logging) to -1 (log all possible categories). Exit the editor saving the changes.

There are no special tasks to be performed in order for the CMIDEBUG setting to take effect. Simply perform the flow.

The log file, lg-<appname>-<procid>.log (where <appname> is the application name and <procid> is the application's process id), is located in the following directory:

%USERPROFILE%\AppData\Local\CA\Gen xx\logs\net

Note: xx refers to the current release of CA Gen. For the current release number, see the Release Notes.