Skip to content

Commit

Permalink
#1964 Hide not-real-errors
Browse files Browse the repository at this point in the history
  • Loading branch information
To-om committed Apr 14, 2021
1 parent 83b8bdb commit 852f829
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions conf/logback.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
<!-- do not set the following logger to TRACE -->
<logger name="org.thp.scalligraph.traversal" level="INFO"/>
<logger name="org.reflections8.Reflections" level="ERROR" />
<logger name="org.janusgraph.graphdb.database.management.ManagementLogger" level="OFF"/>
<logger name="org.janusgraph.graphdb.database.IndexSerializer" level="ERROR"/>

<logger name="org.thp.scalligraph.models" level="INFO"/>
Expand Down
1 change: 1 addition & 0 deletions package/logback.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
<!-- do not set the following logger to TRACE -->
<logger name="org.thp.scalligraph.traversal" level="INFO"/>
<logger name="org.reflections8.Reflections" level="ERROR" />
<logger name="org.janusgraph.graphdb.database.management.ManagementLogger" level="OFF"/>
<logger name="org.janusgraph.graphdb.database.IndexSerializer" level="ERROR"/>

<logger name="org.thp" level="INFO"/>
Expand Down

0 comments on commit 852f829

Please sign in to comment.