Debug in Primrose
This page explains how to enable debugging output in Primrose (above and beyond "verbose" logging).
All debug output is dumped to stdout.
In Linux/UNIX...
Set an environment variable as such for the user who starts your application or servlet container / web server :
If starting your application / web server via a console, then :
export PRIMROSE_DEBUG=true
Or alternively, add that line in your user's .profile or .bash_profile file.
In Windows ...
Set an environment variable as such for the machine :
If running Tomcat / JBoss / a standalone app from a (DOS) command prompt :
set PRIMROSE_DEBUG=true
Else, set the property in your machine's environment variables.


