| /* The following keys are used
to configure the Debug service. * Possible values for the key 'level' are: off | error | warning | message. * The key 'directory' specifies the output directory where the debug files * will be created. * Trailing spaces are significant. * Windows: Use forward slashes "/" separate directories, not backslash "\". * Windows: Spaces in the file name are allowed for Windows. */ com.iplanet.services.debug.level=error <--- Change to message |
| ######################### # Desktop Configuration # ######################### # # Debug level # # Possible values for the debugLevel are: off | error | warning | message. # # The debug output will be logged in a file, called 'desktop.debug' located # under '/var/opt/SUNWam/debug' by default. # debugLevel=error <-- Change to message |