Skip to content

Commit

Permalink
Ignore ReasonOperation logging
Browse files Browse the repository at this point in the history
  • Loading branch information
rctauber committed Sep 11, 2019
1 parent 75d19d1 commit 1c2202f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ update_robot:
$(ROBOT_FILE): init
curl -L -o $@ https://github.com/ontodev/robot/releases/download/v1.4.2/robot.jar

ROBOT := java -jar $(BUILD)robot.jar
ROBOT := java -Dlog4j.configuration=src/util/logging.properties -jar $(BUILD)robot.jar

# ----------------------------------------
# IMPORTS
Expand Down
1 change: 1 addition & 0 deletions src/util/logging.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
org.obolibrary.robot.ReasonOperation = OFF

0 comments on commit 1c2202f

Please sign in to comment.