Skip to content

Commit

Permalink
Merge pull request #28 from EBIvariation/release/2.0-beta1
Browse files Browse the repository at this point in the history
Release 2.0-beta1
  • Loading branch information
poggio84 authored Oct 13, 2016
2 parents 4e58bed + 3f1185f commit 7daefab
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 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
2 changes: 1 addition & 1 deletion examples/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ db.collections.features.name=features

# LOGGING
# https://docs.spring.io/spring-boot/docs/current/reference/html/boot-features-logging.html
logging.level.embl.ebi.variation.eva=DEBUG
logging.level.uk.ac.ebi.eva=DEBUG
logging.level.org.opencb.opencga=DEBUG
logging.level.org.springframework=INFO
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<groupId>embl.ebi.variation.eva</groupId>
<groupId>uk.ac.ebi.eva</groupId>
<artifactId>eva-pipeline</artifactId>
<version>0.1</version>
<version>2.0-beta1</version>


<parent>
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,6 @@ db.collections.features.name=features

# LOGGING
# https://docs.spring.io/spring-boot/docs/current/reference/html/boot-features-logging.html
logging.level.embl.ebi.variation.eva=DEBUG
logging.level.uk.ac.ebi.eva=DEBUG
logging.level.org.opencb.opencga=DEBUG
logging.level.org.springframework=INFO
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 7daefab

Please sign in to comment.