Enabling verbose logging in NES

When you encounter an issue, enable verbose mode for each web service, retry the operation, and then review the messages that appear in each log file. There are different log levels available for NES, they are Critical, Error, Warning, Information, and Verbose, listed in the order of increasing level of details provided in the logs.

To enable verbose logging mode, perform the following steps:
1. Edit the C:\inetpub\wwwroot\nes_service_name\nes\web.config file and in the <system.diagnostics> section, change the value for each add name parameter from Information to Verbose.
For example:
<system.diagnostics>
  <switches>
    <add name=”Global” value=”Verbose” />
    <add name=”Authentication” value=”Verbose” />
  </switches>
<system.diagnostics>

2. Edit the C:\inetpub\wwwroot\nes_service_name\nenrollment\web.config file, and in the <system.diagnostics> section, change the value for each add name parameter from Information to Verbose.

For example:
<system.diagnostics>
  <switches>
   <add name=”Global” value=”Verbose” />
   <add name=”Authentication” value=”Verbose” />
   <add name=”CertificateEnrollment” value=”Verbose” />
  </switches>
<system.diagnostics>

3. Edit the C:\inetpub\wwwroot\nes_service_name\authenticationservice\web.config file, and in the <system.diagnostics> section, change the value for each add name parameter from Information to Verbose.

For example:
<system.diagnostics>
  <switches>
   <add name=”Global” value=”Verbose” />
   <add name=”Authentication” value=”Verbose” />
   <add name=”CertificateEnrollment” value=”Verbose” />
  </switches>
<system.diagnostics>

Articles in this section

Was this article helpful?
0 out of 0 found this helpful
Share

Comments

0 comments

Please sign in to leave a comment.