Use the following tags to set the level of authentication-related messages you want Analytic Services to log.
<logger> <priority>DEBUG</priority> </logger>
Change the error-reporting value from DEBUG to the level of authentication-related error messages that you want the application to log.
If the entire <logger></logger>
section, including the tags, is deleted, the default value of DEBUG is used. Do not delete only the values inside the tags.
In the following table of valid values, each level is inclusive of the levels below it:
Value | Description |
---|---|
DEBUG | Log extensive information useful for debugging |
INFO | Log information on the status of operations and requests |
WARN | Log cautionary information, if relevant, for some operations and requests |
ERROR | Log only statements pertaining to failed operations and requests |
FATAL | Log only information about errors that result in a disconnection |
©2004 Hyperion Solutions Corporation. All Rights Reserved. http://www.hyperion.com |