Tuning the Log Level

You can tune the log level either for all logging elements, or tune it separately for individual elements.

Procedure

Task A Tuning for All Elements

  1. Supply one of the log level strings or string-valued constants in Log Level Reference.

Task B Tuning Separately for Individual Elements

  1. Supply a string of this form:
    "element:level; ... ;element:level"

    That is, pair each element and its log level with a colon, and delimit the pairs with semicolons. Log Element Tags Reference presents the available elements.

    When elements collide, pairs that appear later in the list override earlier pairs. For example, all:off;RS:warn turns off logging for all elements, except for the realm server element, which logs warnings and severe events. That is, RS overrides the preceding all element.