Skip to content

Commit

Permalink
Remove the caller class too
Browse files Browse the repository at this point in the history
  • Loading branch information
lhotari committed Mar 12, 2024
1 parent e0d8c9f commit b63875d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pulsar-broker/src/test/resources/log4j2.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
xsi:schemaLocation="http://logging.apache.org/log4j/2.0/config https://logging.apache.org/log4j/2.0/log4j-core.xsd">
<Appenders>
<Console name="CONSOLE" target="SYSTEM_OUT">
<PatternLayout pattern="%d{ISO8601} - %-5p - [%t:%C{1}] - %m%n"/>
<PatternLayout pattern="%d{ISO8601} - %-5p - [%t] - %m%n"/>
</Console>
</Appenders>
<Loggers>
Expand Down
4 changes: 2 additions & 2 deletions tiered-storage/jcloud/src/test/resources/log4j2-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@ Configuration:
name: STDOUT
target: SYSTEM_OUT
PatternLayout:
Pattern: "%d{ISO8601_OFFSET_DATE_TIME_HHMM} [%t:%C] %-5level %logger{36} - %msg%n"
Pattern: "%d{ISO8601_OFFSET_DATE_TIME_HHMM} [%t] %-5level %logger{36} - %msg%n"
File:
name: File
fileName: ${filename}
PatternLayout:
Pattern: "%d %p %C{1.} [%t] %m%n"
Pattern: "%d %p [%t] %m%n"
Filters:
ThresholdFilter:
level: error
Expand Down

0 comments on commit b63875d

Please sign in to comment.