Skip to content

Commit 34a34ee

Browse files
ashok672Copilot
andauthored
Update msal4j-persistence-extension/target/test-classes/log4j.properties
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 7379d7b commit 34a34ee

1 file changed

Lines changed: 10 additions & 5 deletions

File tree

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
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.

0 commit comments

Comments
 (0)