Debug Levels
You can set the debug level in the tspr.properties configuration
file according to your preference of debugging detail. The higher the debug levef,
the more logging information you receive. A debug level setting of 9 is recommended.
You can view debug information in the tspr.debug.logfile. The following
is an example tspr.propertiesfile the debug level set to 9. All
entries in the tspr.propertiesfile must have the following format:
package name.class name.attribute=value
|
com.terraspring.core.sys.GridOS.debuglevel=9
|