Skip to content

Commit

Permalink
MINOR: Use INFO logging for tools and trogdor tests (apache#13006)
Browse files Browse the repository at this point in the history
`TRACE` is too noisy and makes the build slower.

Reviewers: David Jacot <[email protected]>
  • Loading branch information
ijuma authored Dec 17, 2022
1 parent 95dc9d9 commit c0b28fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tools/src/test/resources/log4j.properties
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ log4j.appender.stdout=org.apache.log4j.ConsoleAppender
log4j.appender.stdout.layout=org.apache.log4j.PatternLayout
log4j.appender.stdout.layout.ConversionPattern=[%d] %p %m (%c:%L)%n

log4j.logger.org.apache.kafka=TRACE
log4j.logger.org.apache.kafka=INFO
log4j.logger.org.eclipse.jetty=INFO
2 changes: 1 addition & 1 deletion trogdor/src/test/resources/log4j.properties
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ log4j.appender.stdout=org.apache.log4j.ConsoleAppender
log4j.appender.stdout.layout=org.apache.log4j.PatternLayout
log4j.appender.stdout.layout.ConversionPattern=[%d] %p %m (%c:%L)%n

log4j.logger.org.apache.kafka=TRACE
log4j.logger.org.apache.kafka=INFO
log4j.logger.org.eclipse.jetty=INFO

0 comments on commit c0b28fd

Please sign in to comment.