Home » Main » How to Enable Debug in the User Client Printable View

How to Enable Debug in the User Client

Please also see Reporting Problems

The enable debug option causes PaperCut to produce a detailed text log of activity. The log allows our developers to inspect the internal workings of the PaperCut application and pinpoint the cause of problems. Enabling debugging is only usually required if requested by the PaperCut Support team.

The User Client is the component of PaperCut that runs on the user workstations. Its purpose is to display to the user their balance, allow charging to shared accounts, and in some cases perform authentication.

Note: There are two ways to enable debug logging: via the config file, or via a launch parameter. If the client is being launched from a network share (e.g. running pc-client-local-cache.exe or pc-client.exe from the PCClient share on the server) then enabling debug in the config file will enable it for all users launching the client from that location. In that case, and if debug logging is only required for one workstation, enabling it via the launch parameter may be more suitable.

To enable debug in the PaperCut User Client:

1A. Enabling debug via the config file:
On the system where the user client is installed, open the file:
[app-path]/client/[platform]/config.properties
in a text editor.

You'll find the Mac client config file at [app-path]/client/mac/PCClient/Contents/Resources/config.properties. To browse inside the PCClient package option-click it and choose Show Package Contents.

Add a line debug=Y to the end and save the file (or remove the # comment from the existing line).

OR

1B. Enabling debug via the launch parameter:
From the place where the client is launched (e.g. the 'Startup' folder, a login script, etc.), add the parameter --debug to the end of the command/target (ensuring there is a space between the command and the parameter).

If the command is quoted, the parameter should be added outside the quotes, separated by a space, e.g., on Windows:
"C:\Program Files\PaperCut\client\win\pc-client-local-cache.exe" --debug
2. Restart the user client tool.
3. Reproduce the error.
4. Compress ("zip up") the resulting log file user-client.log.
On Windows XP (or earlier) systems it can be found at:
C:\Documents and Settings\[username]\Local Settings\Temp\user-client.log
On Windows 7 or Windows Vista systems it can be found at:
C:\Users\[username]\AppData\Local\Temp\user-client.log
On Mac systems, it can be found in the user's home directory:
/Users/[username]/user-client.log
On Linux systems, it can be found in the user's home directory:
typically /home/[username]/user-client.log
5. Email the compressed log file to support@papercut.com. Include an explanation of the steps taken, along with any other information such as event time requested by the PaperCut developers.
6. Turn off debug logging by reversing the tasks undertaken in step 2.

Categories: Debugging, Troubleshooting


Keywords: user client tool, UIT, user interface tool, balance window, credit display

Page last modified on October 06, 2009, at 07:24 PM