/
Enabling Verbose Logging for PrintPath
Enabling Verbose Logging for PrintPath
To enable verbose logging for the PrintPath Server and/or the PrintPath Printer Monitor Service, please follow the steps below:
- Stop all the PrintPath related services in the Windows Services list:
- PrintPath Service
- PrintPath Printer Monitor Service
- PrintPath FollowPrint Service
- Prism Authentication KMBS Service
- FollowPrint KMBS Service
- If you wish to obtain a clean set of log files, please browse to the PrintPath Logs directory (“C:\Program Files (x86)\Prism Software\PrintPath\Logs” by default) and delete all the log files shown there. Otherwise, you may skip this step.
- In the PrintPath installation directory (“C:\Program Files (x86)\Prism Software\PrintPath” by default), locate the appropriate ".config" file corresponding to the PrintPath component you wish to enable verbose logging for:
- PrintPathSvc.exe.config - PrintPath Server
- PrinterMonitorService.exe.config - PrintPath Printer Monitor Service
Open the ".config" file in a text editor (such as Notepad) and locate the line containing level value="INFO" and change the word INFO to DEBUG. Then save the changes to the ".config" file and close the text editor. The updated “.config” file should now look like this:
<configuration> ... <log4net> ... <root> <level value="DEBUG" /> ... </root> ... </log4net> ... </configuration>
- Start all the PrintPath related services in the Windows Services list (in order):
- PrintPath Service
- PrintPath Printer Monitor Service
- PrintPath FollowPrint Service
- Prism Authentication KMBS Service
- FollowPrint KMBS Service
- At this point, the verbose logging mode should be enabled and all the logs in the PrintPath Logs directory (“C:\Program Files (x86)\Prism Software\PrintPath\Logs” by default) should contain the additional information for troubleshooting purposes.
, multiple selections available,
Related content
How to silently deploy the PrintPath Printer Monitor Service
How to silently deploy the PrintPath Printer Monitor Service
More like this
Updating PrintPath
Updating PrintPath
More like this
Migrating and Upgrading PrintPath
Migrating and Upgrading PrintPath
More like this
PrintPath FollowPrint Service Fails to Start: modal dialog box or form
PrintPath FollowPrint Service Fails to Start: modal dialog box or form
More like this
How to silently deploy the PrintPath Notification Agent
How to silently deploy the PrintPath Notification Agent
More like this
What's New in PrintPath v1.0.1
What's New in PrintPath v1.0.1
More like this