Skip to content

Commit

Permalink
Update .gitignore and logback.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
nadouani committed Apr 10, 2021
1 parent 2b081da commit 9fe06fb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,5 @@ tmp
.bloop/
.metals/
metals.sbt

.jvmopts
2 changes: 1 addition & 1 deletion conf/logback.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<logger name="org.thp.scalligraph.traversal" level="INFO"/>
<logger name="org.reflections8.Reflections" level="ERROR" />

<logger name="org.thp.scalligraph.models" level="DEBUG"/>
<logger name="org.thp.scalligraph.models" level="INFO"/>
<logger name="org.thp" level="INFO"/>

<root level="INFO">
Expand Down

0 comments on commit 9fe06fb

Please sign in to comment.