Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
  1. Switch to the folder of the required service:

Axidian CertiFlow services:

    • Management Console (
icm, icmservice, icmremote, credprovapi, icmapi). Default path is 
    • mc) - %SystemDrive%\inetpub\wwwroot\icm
    • Self-Service (ss) - %SystemDrive%\inetpub\wwwroot\icmservice

    • Remote Self-Service (rss) - %SystemDrive%\inetpub\wwwroot\icmremote

    • Service for online unlocking and disabling smart cards (credprovapi) - %SystemDrive%\inetpub\wwwroot\icmprovapi

    • API (cmapi) -  %SystemDrive%\inetpub\wwwroot\icmapi

    • Card Monitor - %ProgramFiles%\Axidian CertiFlow\CardMonitor

Axidian Agent services:

    • Agent registration service (agentregistrationapi) - %SystemDrive%\inetpub\wwwroot\CertiFlow Agent Site\agentregistrationapi
    • Agent service (agentserviceapi) - %SystemDrive%\inetpub\wwwroot\
. CardMonitor service folder resides in %ProgramFiles%\Indeed CM\CardMonitor.
    • CertiFlow Agent Site\agentserviceapi

Axidian AirCard Enterprise services (Axidian.AirCard.EntServer) - %SystemDrive%\inetpub\wwwroot\Axidian.AirCard.EntServer

2. Open the Web.nlog (NLog.config

 file

file for Card Monitor and AirCard Enterprise) in text editor, for example, in Notepad, run as Administrator, and change

the 

the minlevel="Off" parameter value to "

Info

Trace":

<logger name
Code Block
languagexml
<logger name="*"
 minlevel
 minlevel="
Info
Trace"
 writeTo
 writeTo="file" />

3. Save the changes.
4. Execute the scenario you want to log.
5. Switch to Logs subfolder in the web service folder and make sure it now contains subfolders with debug information.
6. Send the Logs

 folder

folder and all of its contents to

support email address support@indeed-id.com

Axidian technical support, describing the problem and how to reproduce it.
7. To disable logging, change the minlevel parameter value from 

Info

Trace back to Off and save the changes.