Annotation Type TestIssueLogging
-
@Retention(RUNTIME) @Target({PACKAGE,TYPE,METHOD}) public @interface TestIssueLogging
Annotation used to set a custom log level when investigating test failures. Do not use this annotation to explicitly control the logging level in tests; instead, useTestLogging
. It supports multiple logger:level comma-separated key-value pairs of logger:level (e.g., org.elasticsearch.cluster.metadata:TRACE). Use the _root keyword to set the root logger level.