Skip to content

Commit

Permalink
[MINOR] Add warnings logging for hadoop and systemds for releases
Browse files Browse the repository at this point in the history
  • Loading branch information
Baunsgaard committed Mar 5, 2024
1 parent 42ed9e7 commit 0d62364
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions conf/log4j.properties.template
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,10 @@
log4j.rootLogger=ERROR,console

log4j.logger.org.apache.sysds=ERROR
log4j.logger.org.apache.sysds.utils.SettingsChecker=WARN
log4j.logger.org.apache.spark=ERROR
log4j.logger.org.apache.hadoop=OFF
log4j.logger.org.apache.hadoop.util.NativeCodeLoader=INFO

log4j.appender.console=org.apache.log4j.ConsoleAppender
log4j.appender.console.target=System.err
Expand Down

0 comments on commit 0d62364

Please sign in to comment.