Multiple choice technology architecture What should be the Log level in ET? Error Warn Info 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.