Multiple choice technology architecture

What should be the Log level in ET?

  1. Error

  2. Warn

  3. Info

  4. Fatal

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

In ET (production/enterprise test environments), the recommended log level is typically INFO to capture meaningful operational data without excessive verbosity. ERROR and WARN are too restrictive, while FATAL is only for critical failures.