Description
I need to enable debug logging to help me troubleshoot a problem with Portfolio NetPublish Server.
Solution
Here’s how to enable debug logging in Netpublish Server:
- Open the server.properties file in a text editor. You’ll find it here:
/Applications/Extensis/Portfolio NetPublish/WebRoot/app/server.properties
(Mac OS X)C:\Program Files\Extensis\Portfolio NetPublish\WebRoot\app\server.properties
(Windows 32-bit)C:\Program Files (x86)\Extensis\Portfolio NetPublish\WebRoot\app\server.properties
(Windows 64-bit)
- Find the line that starts with general.logging and change the value from info to debug, so that it reads: general.logging = debug
- Save the server.properties file and restart the NetPublish service.
The logs will be in the same directory as the server.properties file. The log names will start with server.log.