Search This Blog

Thursday, September 13, 2012

BNE Debug Log Levels

BNE Debug Log Levels

The valid values are,

  • CRITICAL_ERROR – System failure messages.
  • ERROR – An unexpected error in the system. 
  • WARNING – Messages trapped by the application. These errors were handled by the application but the system administrator should be aware of them occurring. Setting the profile option to this value will include ERROR as well.
  • INFORMATION – Additional messaging is added to the log file that includes processing information. Setting the profile option to this value includes CRITICAL_ERROR, WARNING, and ERROR log messages. This is the default setting.
  • DETAIL – Messages that summarize what is written to the log file. Setting the profile option to this value includes CRITICAL_ERROR, WARNING, ERROR, and INFORMATION log messages.
  • TRACE - Detailed debugging information. Includes all of the above.

  • The default value is INFORMATION.

    Source: http://docs.oracle.com/cd/E18727_01/doc.121/e12902/T443182T443189.htm

    No comments:

    Post a Comment