File tree Expand file tree Collapse file tree
msal4j-persistence-extension/target/test-classes Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- log4j.rootLogger =TRACE, stdout
2- log4j.appender.stdout =org.apache.log4j.ConsoleAppender
3- log4j.appender.stdout.Target =System.out
4- log4j.appender.stdout.layout =org.apache.log4j.PatternLayout
5- log4j.appender.stdout.layout.ConversionPattern =%d{yyyy-MM-dd' T' HH:mm:ss.SSS} %-5p [%c] - %m%n
1+ # This file is located under the Maven/Gradle build output directory:
2+ # msal4j-persistence-extension/target/test-classes/log4j.properties
3+ # It should not be tracked in version control and should be removed
4+ # from the repository, with the entire `target/` directory ignored
5+ # via .gitignore (or equivalent).
6+ #
7+ # The contents below were removed to prevent this accidental artifact
8+ # from affecting runtime logging configuration. Do not add any active
9+ # Log4j configuration here; instead, place it under src/test/resources
10+ # or src/main/resources as appropriate.
You can’t perform that action at this time.
0 commit comments