Installation guide

164 Sun ONE Identity Server Policy Agents 2.1 Web Policy Agents Guide September 2004
com.sun.am.logLevels
Description
This property allows to set the logging level for the specified logging categories.
Valid Values
The value of the property should be in this format:
<ModuleName>[:<Level>][,<ModuleName>[:<Level>]]*
Thecurrently used modulenamesare:AuthService,NamingService, PolicyService,
SessionService, PolicyEngine, ServiceEngine, Notification, PolicyAgent,
RemoteLog and all.
The “all” module can be used to set the logging level for all the logging modules.
This will also establish the default level for all subsequently created modules.
The meaning of each level is described below:
0 Disable logging from specified module*
1 Log error messages
2 Log warning and error messages
3 Log info, warning, and error messages
4 Log debug, info, warning, and error messages
5 Like level 4, but with even more debugging messages
128 Log URL access to log file on IS server.
256 Log URL access to log file on local machine.
If level is omitted, thenthe loggingmodule will be created with the defaultlogging
level, which is the logging level associated with the “all” module.
For levels 128 and 256, you must also specify a logAccessType.
Even if the level is set to zero, some messages may be produced for a module if
they are logged with the special level value of “always”.
Example
com.sun.am.logLevels = all:5