12.3 Changing log levels

You can control the amount of information that is written to a particular log by changing the level that is set for it. By default, all logs are set to Info, which is an intermediate level.

To change log levels:

  1. Go to the Logging page:

    Description: Description: Illustration
  2. At the top of the page, find a log whose level you want to change.

  3. Use the dropdown to select one of the following levels:

    Level

    Description

    Fatal

    The least detail:

    Writes fatal errors to the log

    Error

    Writes errors (plus all of the above) to the log

    Warn

    Writes warnings (plus all of the above) to the log

    Info

    Writes informational messages (plus all of the above) to the log

    Debug

    Writes debugging information (plus all of the above) to the log

    Trace

    The most detail:

    Writes tracing information (plus all of the above) to the log

  4. Repeat Step 2 and Step 3 for other logs, as needed.

  5. Click Submit.