Skip to content

Commit

Permalink
finished package removal of embl.ebi.variation
Browse files Browse the repository at this point in the history
  • Loading branch information
jmmut committed Oct 12, 2016
1 parent 623b561 commit 3f1185f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ If using a persistent (not in-memory database), the following information needs
Other parameters are:

* `config.db.read-preference`: In a distributed Mongo environment, replica to connect to (primary or secondary, default primary).
* `--logging.level.embl.ebi.variation.eva`: DEBUG, INFO, WARN, ERROR supported among others. Recommended DEBUG.
* `--logging.level.uk.ac.ebi.eva`: DEBUG, INFO, WARN, ERROR supported among others. Recommended DEBUG.
* `--logging.level.org.opencb.opencga`: Recommended DEBUG.
* `--logging.level.org.springframework`: Recommended INFO or WARN.

Expand Down
4 changes: 2 additions & 2 deletions src/test/resources/logback-test.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

<logger name="org.springframework" level="info" />
<logger name="org.opencb.opencga" level="info" />
<logger name="embl.ebi.variation.eva" level="debug" />
<logger name="uk.ac.ebi.eva" level="debug" />


<logger name="SkipLogging" level="INFO" additivity="false">
Expand All @@ -27,4 +27,4 @@
<appender-ref ref="console" />
</root>

</configuration>
</configuration>

0 comments on commit 3f1185f

Please sign in to comment.