diff --git a/README.md b/README.md index 493d65e71..110d5776a 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/examples/application.properties b/examples/application.properties index 8dbd9f12b..78770e587 100644 --- a/examples/application.properties +++ b/examples/application.properties @@ -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 diff --git a/pom.xml b/pom.xml index 775360d62..b666b5078 100644 --- a/pom.xml +++ b/pom.xml @@ -4,9 +4,9 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - embl.ebi.variation.eva + uk.ac.ebi.eva eva-pipeline - 0.1 + 2.0-beta1 diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index b89d0eb26..8b5763638 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -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 diff --git a/src/test/resources/logback-test.xml b/src/test/resources/logback-test.xml index b2c930cf8..6a1131edd 100644 --- a/src/test/resources/logback-test.xml +++ b/src/test/resources/logback-test.xml @@ -16,7 +16,7 @@ - + @@ -27,4 +27,4 @@ - \ No newline at end of file +