Skip to content

Commit

Permalink
Order @TempLoggingDir before context instantiation
Browse files Browse the repository at this point in the history
  • Loading branch information
ppkarwasz committed Sep 15, 2023
1 parent 4b16380 commit 83be5f2
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
import org.apache.logging.log4j.core.Appender;
import org.apache.logging.log4j.core.LoggerContext;
import org.apache.logging.log4j.core.config.Configuration;
import org.apache.logging.log4j.test.junit.TempLoggingDirectory;
import org.junit.jupiter.api.Tag;
import org.junit.jupiter.api.extension.ExtendWith;

Expand All @@ -52,6 +53,7 @@
@Documented
@Inherited
@Tag("functional")
@ExtendWith(TempLoggingDirectory.class)
@ExtendWith(LoggerContextResolver.class)
@ExtendWith(ConfigurationResolver.class)
@ExtendWith(AppenderResolver.class)
Expand Down

0 comments on commit 83be5f2

Please sign in to comment.