Skip to content

Commit

Permalink
Merge pull request #342 from ontodev/logging-fix
Browse files Browse the repository at this point in the history
Ignore obo2owl logging in robot-command
  • Loading branch information
jamesaoverton authored Aug 14, 2018
2 parents e80787c + b42e9e5 commit 56133ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions robot-command/src/main/resources/log4j.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@ log4j.appender.console=org.apache.log4j.ConsoleAppender
log4j.appender.console.layout=org.apache.log4j.PatternLayout
#log4j.appender.console.layout.ConversionPattern=%-5p %m%n
log4j.appender.console.layout.ConversionPattern=%d %-5p %c - %m%n
log4j.logger.org.obolibrary.obo2owl=off
log4j.logger.user=DEBUG
log4j.rootLogger=ERROR, console

0 comments on commit 56133ca

Please sign in to comment.