Repository: marmotta Updated Branches: refs/heads/develop ec74be5ae -> 4adec76c9
Removed colors and highlighting from log-output - it makes it hard to read the logs in files Project: http://git-wip-us.apache.org/repos/asf/marmotta/repo Commit: http://git-wip-us.apache.org/repos/asf/marmotta/commit/e36c67b0 Tree: http://git-wip-us.apache.org/repos/asf/marmotta/tree/e36c67b0 Diff: http://git-wip-us.apache.org/repos/asf/marmotta/diff/e36c67b0 Branch: refs/heads/develop Commit: e36c67b0e75dca82fc6bcde394fadf774f1156bd Parents: ec74be5 Author: Jakob Frank <[email protected]> Authored: Thu Jul 23 08:56:19 2015 +0200 Committer: Jakob Frank <[email protected]> Committed: Thu Jul 23 08:56:19 2015 +0200 ---------------------------------------------------------------------- .../marmotta-rio-ical/src/test/resources/logback.xml | 4 ++-- .../marmotta-rio-rss/src/test/resources/logback.xml | 4 ++-- .../marmotta-rio-vcard/src/test/resources/logback.xml | 4 ++-- .../marmotta-sail-transactions/src/test/resources/logback.xml | 4 ++-- .../marmotta-util-facading/src/test/resources/logback.xml | 4 ++-- libraries/kiwi/kiwi-loader/src/main/resources/logback.xml | 4 ++-- libraries/kiwi/kiwi-loader/src/test/resources/logback-test.xml | 4 ++-- libraries/kiwi/kiwi-triplestore/src/test/resources/logback.xml | 4 ++-- .../ldcache/ldcache-backend-file/src/test/resources/logback.xml | 4 ++-- .../ldcache/ldcache-backend-kiwi/src/test/resources/logback.xml | 4 ++-- libraries/ldcache/ldcache-core/src/test/resources/logback.xml | 4 ++-- .../ldcache/ldcache-sail-generic/src/test/resources/logback.xml | 4 ++-- .../ldcache/ldcache-sail-kiwi/src/test/resources/logback.xml | 4 ++-- libraries/ldclient/ldclient-core/src/test/resources/logback.xml | 4 ++-- .../ldclient-provider-facebook/src/test/resources/logback.xml | 4 ++-- .../ldclient-provider-freebase/src/test/resources/logback.xml | 4 ++-- .../ldclient-provider-ldap/src/test/resources/logback.xml | 4 ++-- .../ldclient-provider-mediawiki/src/test/resources/logback.xml | 4 ++-- .../ldclient-provider-rdf/src/test/resources/logback.xml | 4 ++-- .../ldclient-provider-vimeo/src/test/resources/logback.xml | 4 ++-- .../ldclient-provider-youtube/src/test/resources/logback.xml | 4 ++-- .../ldpath/ldpath-backend-file/src/test/resources/logback.xml | 4 ++-- libraries/ldpath/ldpath-core/src/test/resources/logback.xml | 4 ++-- .../ldpath-functions-collections/src/test/resources/logback.xml | 4 ++-- .../ldpath/ldpath-functions-date/src/test/resources/logback.xml | 4 ++-- .../ldpath/ldpath-functions-html/src/test/resources/logback.xml | 4 ++-- .../ldpath/ldpath-functions-json/src/test/resources/logback.xml | 4 ++-- .../ldpath/ldpath-functions-math/src/test/resources/logback.xml | 4 ++-- .../ldpath/ldpath-functions-text/src/test/resources/logback.xml | 4 ++-- .../ldpath/ldpath-functions-xml/src/test/resources/logback.xml | 4 ++-- .../ldpath-template-linkeddata/src/test/resources/logback.xml | 4 ++-- loader/marmotta-loader-berkeley/src/main/resources/logback.xml | 4 ++-- loader/marmotta-loader-hbase/src/main/resources/logback.xml | 4 ++-- 33 files changed, 66 insertions(+), 66 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/marmotta/blob/e36c67b0/commons/marmotta-sesame-tools/marmotta-rio-ical/src/test/resources/logback.xml ---------------------------------------------------------------------- diff --git a/commons/marmotta-sesame-tools/marmotta-rio-ical/src/test/resources/logback.xml b/commons/marmotta-sesame-tools/marmotta-rio-ical/src/test/resources/logback.xml index 1bfecff..ea28135 100644 --- a/commons/marmotta-sesame-tools/marmotta-rio-ical/src/test/resources/logback.xml +++ b/commons/marmotta-sesame-tools/marmotta-rio-ical/src/test/resources/logback.xml @@ -18,10 +18,10 @@ <configuration> <appender name="CONSOLE" class="ch.qos.logback.core.ConsoleAppender"> <encoder> - <pattern>%d{HH:mm:ss.SSS} %highlight(%level) %cyan(%logger{15}) - %m%n</pattern> + <pattern>%d{HH:mm:ss.SSS} %level %logger{15} - %m%n</pattern> </encoder> </appender> <root level="${root-level:-INFO}"> <appender-ref ref="CONSOLE"/> </root> -</configuration> \ No newline at end of file +</configuration> http://git-wip-us.apache.org/repos/asf/marmotta/blob/e36c67b0/commons/marmotta-sesame-tools/marmotta-rio-rss/src/test/resources/logback.xml ---------------------------------------------------------------------- diff --git a/commons/marmotta-sesame-tools/marmotta-rio-rss/src/test/resources/logback.xml b/commons/marmotta-sesame-tools/marmotta-rio-rss/src/test/resources/logback.xml index 1bfecff..ea28135 100644 --- a/commons/marmotta-sesame-tools/marmotta-rio-rss/src/test/resources/logback.xml +++ b/commons/marmotta-sesame-tools/marmotta-rio-rss/src/test/resources/logback.xml @@ -18,10 +18,10 @@ <configuration> <appender name="CONSOLE" class="ch.qos.logback.core.ConsoleAppender"> <encoder> - <pattern>%d{HH:mm:ss.SSS} %highlight(%level) %cyan(%logger{15}) - %m%n</pattern> + <pattern>%d{HH:mm:ss.SSS} %level %logger{15} - %m%n</pattern> </encoder> </appender> <root level="${root-level:-INFO}"> <appender-ref ref="CONSOLE"/> </root> -</configuration> \ No newline at end of file +</configuration> http://git-wip-us.apache.org/repos/asf/marmotta/blob/e36c67b0/commons/marmotta-sesame-tools/marmotta-rio-vcard/src/test/resources/logback.xml ---------------------------------------------------------------------- diff --git a/commons/marmotta-sesame-tools/marmotta-rio-vcard/src/test/resources/logback.xml b/commons/marmotta-sesame-tools/marmotta-rio-vcard/src/test/resources/logback.xml index 1bfecff..ea28135 100644 --- a/commons/marmotta-sesame-tools/marmotta-rio-vcard/src/test/resources/logback.xml +++ b/commons/marmotta-sesame-tools/marmotta-rio-vcard/src/test/resources/logback.xml @@ -18,10 +18,10 @@ <configuration> <appender name="CONSOLE" class="ch.qos.logback.core.ConsoleAppender"> <encoder> - <pattern>%d{HH:mm:ss.SSS} %highlight(%level) %cyan(%logger{15}) - %m%n</pattern> + <pattern>%d{HH:mm:ss.SSS} %level %logger{15} - %m%n</pattern> </encoder> </appender> <root level="${root-level:-INFO}"> <appender-ref ref="CONSOLE"/> </root> -</configuration> \ No newline at end of file +</configuration> http://git-wip-us.apache.org/repos/asf/marmotta/blob/e36c67b0/commons/marmotta-sesame-tools/marmotta-sail-transactions/src/test/resources/logback.xml ---------------------------------------------------------------------- diff --git a/commons/marmotta-sesame-tools/marmotta-sail-transactions/src/test/resources/logback.xml b/commons/marmotta-sesame-tools/marmotta-sail-transactions/src/test/resources/logback.xml index 9678d31..fdaf8cd 100644 --- a/commons/marmotta-sesame-tools/marmotta-sail-transactions/src/test/resources/logback.xml +++ b/commons/marmotta-sesame-tools/marmotta-sail-transactions/src/test/resources/logback.xml @@ -18,7 +18,7 @@ <configuration> <appender name="CONSOLE" class="ch.qos.logback.core.ConsoleAppender"> <encoder> - <pattern>%d{HH:mm:ss.SSS} %highlight(%level) %cyan(%logger{15}) - %m%n</pattern> + <pattern>%d{HH:mm:ss.SSS} %level %logger{15} - %m%n</pattern> </encoder> </appender> @@ -27,4 +27,4 @@ <root level="${root-level:-INFO}"> <appender-ref ref="CONSOLE"/> </root> -</configuration> \ No newline at end of file +</configuration> http://git-wip-us.apache.org/repos/asf/marmotta/blob/e36c67b0/commons/marmotta-sesame-tools/marmotta-util-facading/src/test/resources/logback.xml ---------------------------------------------------------------------- diff --git a/commons/marmotta-sesame-tools/marmotta-util-facading/src/test/resources/logback.xml b/commons/marmotta-sesame-tools/marmotta-util-facading/src/test/resources/logback.xml index 864df3a..f058315 100644 --- a/commons/marmotta-sesame-tools/marmotta-util-facading/src/test/resources/logback.xml +++ b/commons/marmotta-sesame-tools/marmotta-util-facading/src/test/resources/logback.xml @@ -18,11 +18,11 @@ <configuration> <appender name="CONSOLE" class="ch.qos.logback.core.ConsoleAppender"> <encoder> - <pattern>%d{HH:mm:ss.SSS} %highlight(%level) %cyan(%logger{15}) - %m%n</pattern> + <pattern>%d{HH:mm:ss.SSS} %level %logger{15} - %m%n</pattern> </encoder> </appender> <logger name="org.apache.marmotta.commons.sesame.facading.concurrent.model" level="TRACE" /> <root level="${root-level:-INFO}"> <appender-ref ref="CONSOLE"/> </root> -</configuration> \ No newline at end of file +</configuration> http://git-wip-us.apache.org/repos/asf/marmotta/blob/e36c67b0/libraries/kiwi/kiwi-loader/src/main/resources/logback.xml ---------------------------------------------------------------------- diff --git a/libraries/kiwi/kiwi-loader/src/main/resources/logback.xml b/libraries/kiwi/kiwi-loader/src/main/resources/logback.xml index 1bfecff..ea28135 100644 --- a/libraries/kiwi/kiwi-loader/src/main/resources/logback.xml +++ b/libraries/kiwi/kiwi-loader/src/main/resources/logback.xml @@ -18,10 +18,10 @@ <configuration> <appender name="CONSOLE" class="ch.qos.logback.core.ConsoleAppender"> <encoder> - <pattern>%d{HH:mm:ss.SSS} %highlight(%level) %cyan(%logger{15}) - %m%n</pattern> + <pattern>%d{HH:mm:ss.SSS} %level %logger{15} - %m%n</pattern> </encoder> </appender> <root level="${root-level:-INFO}"> <appender-ref ref="CONSOLE"/> </root> -</configuration> \ No newline at end of file +</configuration> http://git-wip-us.apache.org/repos/asf/marmotta/blob/e36c67b0/libraries/kiwi/kiwi-loader/src/test/resources/logback-test.xml ---------------------------------------------------------------------- diff --git a/libraries/kiwi/kiwi-loader/src/test/resources/logback-test.xml b/libraries/kiwi/kiwi-loader/src/test/resources/logback-test.xml index 9678d31..fdaf8cd 100644 --- a/libraries/kiwi/kiwi-loader/src/test/resources/logback-test.xml +++ b/libraries/kiwi/kiwi-loader/src/test/resources/logback-test.xml @@ -18,7 +18,7 @@ <configuration> <appender name="CONSOLE" class="ch.qos.logback.core.ConsoleAppender"> <encoder> - <pattern>%d{HH:mm:ss.SSS} %highlight(%level) %cyan(%logger{15}) - %m%n</pattern> + <pattern>%d{HH:mm:ss.SSS} %level %logger{15} - %m%n</pattern> </encoder> </appender> @@ -27,4 +27,4 @@ <root level="${root-level:-INFO}"> <appender-ref ref="CONSOLE"/> </root> -</configuration> \ No newline at end of file +</configuration> http://git-wip-us.apache.org/repos/asf/marmotta/blob/e36c67b0/libraries/kiwi/kiwi-triplestore/src/test/resources/logback.xml ---------------------------------------------------------------------- diff --git a/libraries/kiwi/kiwi-triplestore/src/test/resources/logback.xml b/libraries/kiwi/kiwi-triplestore/src/test/resources/logback.xml index 42350aa..bd6db5e 100644 --- a/libraries/kiwi/kiwi-triplestore/src/test/resources/logback.xml +++ b/libraries/kiwi/kiwi-triplestore/src/test/resources/logback.xml @@ -18,7 +18,7 @@ <configuration> <appender name="CONSOLE" class="ch.qos.logback.core.ConsoleAppender"> <encoder> - <pattern>%d{HH:mm:ss.SSS} %highlight(%level) %cyan(%logger{15}) - %m%n</pattern> + <pattern>%d{HH:mm:ss.SSS} %level %logger{15} - %m%n</pattern> </encoder> </appender> @@ -27,4 +27,4 @@ <root level="${root-level:-INFO}"> <appender-ref ref="CONSOLE"/> </root> -</configuration> \ No newline at end of file +</configuration> http://git-wip-us.apache.org/repos/asf/marmotta/blob/e36c67b0/libraries/ldcache/ldcache-backend-file/src/test/resources/logback.xml ---------------------------------------------------------------------- diff --git a/libraries/ldcache/ldcache-backend-file/src/test/resources/logback.xml b/libraries/ldcache/ldcache-backend-file/src/test/resources/logback.xml index 1bfecff..ea28135 100644 --- a/libraries/ldcache/ldcache-backend-file/src/test/resources/logback.xml +++ b/libraries/ldcache/ldcache-backend-file/src/test/resources/logback.xml @@ -18,10 +18,10 @@ <configuration> <appender name="CONSOLE" class="ch.qos.logback.core.ConsoleAppender"> <encoder> - <pattern>%d{HH:mm:ss.SSS} %highlight(%level) %cyan(%logger{15}) - %m%n</pattern> + <pattern>%d{HH:mm:ss.SSS} %level %logger{15} - %m%n</pattern> </encoder> </appender> <root level="${root-level:-INFO}"> <appender-ref ref="CONSOLE"/> </root> -</configuration> \ No newline at end of file +</configuration> http://git-wip-us.apache.org/repos/asf/marmotta/blob/e36c67b0/libraries/ldcache/ldcache-backend-kiwi/src/test/resources/logback.xml ---------------------------------------------------------------------- diff --git a/libraries/ldcache/ldcache-backend-kiwi/src/test/resources/logback.xml b/libraries/ldcache/ldcache-backend-kiwi/src/test/resources/logback.xml index 1bfecff..ea28135 100644 --- a/libraries/ldcache/ldcache-backend-kiwi/src/test/resources/logback.xml +++ b/libraries/ldcache/ldcache-backend-kiwi/src/test/resources/logback.xml @@ -18,10 +18,10 @@ <configuration> <appender name="CONSOLE" class="ch.qos.logback.core.ConsoleAppender"> <encoder> - <pattern>%d{HH:mm:ss.SSS} %highlight(%level) %cyan(%logger{15}) - %m%n</pattern> + <pattern>%d{HH:mm:ss.SSS} %level %logger{15} - %m%n</pattern> </encoder> </appender> <root level="${root-level:-INFO}"> <appender-ref ref="CONSOLE"/> </root> -</configuration> \ No newline at end of file +</configuration> http://git-wip-us.apache.org/repos/asf/marmotta/blob/e36c67b0/libraries/ldcache/ldcache-core/src/test/resources/logback.xml ---------------------------------------------------------------------- diff --git a/libraries/ldcache/ldcache-core/src/test/resources/logback.xml b/libraries/ldcache/ldcache-core/src/test/resources/logback.xml index 1bfecff..ea28135 100644 --- a/libraries/ldcache/ldcache-core/src/test/resources/logback.xml +++ b/libraries/ldcache/ldcache-core/src/test/resources/logback.xml @@ -18,10 +18,10 @@ <configuration> <appender name="CONSOLE" class="ch.qos.logback.core.ConsoleAppender"> <encoder> - <pattern>%d{HH:mm:ss.SSS} %highlight(%level) %cyan(%logger{15}) - %m%n</pattern> + <pattern>%d{HH:mm:ss.SSS} %level %logger{15} - %m%n</pattern> </encoder> </appender> <root level="${root-level:-INFO}"> <appender-ref ref="CONSOLE"/> </root> -</configuration> \ No newline at end of file +</configuration> http://git-wip-us.apache.org/repos/asf/marmotta/blob/e36c67b0/libraries/ldcache/ldcache-sail-generic/src/test/resources/logback.xml ---------------------------------------------------------------------- diff --git a/libraries/ldcache/ldcache-sail-generic/src/test/resources/logback.xml b/libraries/ldcache/ldcache-sail-generic/src/test/resources/logback.xml index 1bfecff..ea28135 100644 --- a/libraries/ldcache/ldcache-sail-generic/src/test/resources/logback.xml +++ b/libraries/ldcache/ldcache-sail-generic/src/test/resources/logback.xml @@ -18,10 +18,10 @@ <configuration> <appender name="CONSOLE" class="ch.qos.logback.core.ConsoleAppender"> <encoder> - <pattern>%d{HH:mm:ss.SSS} %highlight(%level) %cyan(%logger{15}) - %m%n</pattern> + <pattern>%d{HH:mm:ss.SSS} %level %logger{15} - %m%n</pattern> </encoder> </appender> <root level="${root-level:-INFO}"> <appender-ref ref="CONSOLE"/> </root> -</configuration> \ No newline at end of file +</configuration> http://git-wip-us.apache.org/repos/asf/marmotta/blob/e36c67b0/libraries/ldcache/ldcache-sail-kiwi/src/test/resources/logback.xml ---------------------------------------------------------------------- diff --git a/libraries/ldcache/ldcache-sail-kiwi/src/test/resources/logback.xml b/libraries/ldcache/ldcache-sail-kiwi/src/test/resources/logback.xml index 1bfecff..ea28135 100644 --- a/libraries/ldcache/ldcache-sail-kiwi/src/test/resources/logback.xml +++ b/libraries/ldcache/ldcache-sail-kiwi/src/test/resources/logback.xml @@ -18,10 +18,10 @@ <configuration> <appender name="CONSOLE" class="ch.qos.logback.core.ConsoleAppender"> <encoder> - <pattern>%d{HH:mm:ss.SSS} %highlight(%level) %cyan(%logger{15}) - %m%n</pattern> + <pattern>%d{HH:mm:ss.SSS} %level %logger{15} - %m%n</pattern> </encoder> </appender> <root level="${root-level:-INFO}"> <appender-ref ref="CONSOLE"/> </root> -</configuration> \ No newline at end of file +</configuration> http://git-wip-us.apache.org/repos/asf/marmotta/blob/e36c67b0/libraries/ldclient/ldclient-core/src/test/resources/logback.xml ---------------------------------------------------------------------- diff --git a/libraries/ldclient/ldclient-core/src/test/resources/logback.xml b/libraries/ldclient/ldclient-core/src/test/resources/logback.xml index 1bfecff..ea28135 100644 --- a/libraries/ldclient/ldclient-core/src/test/resources/logback.xml +++ b/libraries/ldclient/ldclient-core/src/test/resources/logback.xml @@ -18,10 +18,10 @@ <configuration> <appender name="CONSOLE" class="ch.qos.logback.core.ConsoleAppender"> <encoder> - <pattern>%d{HH:mm:ss.SSS} %highlight(%level) %cyan(%logger{15}) - %m%n</pattern> + <pattern>%d{HH:mm:ss.SSS} %level %logger{15} - %m%n</pattern> </encoder> </appender> <root level="${root-level:-INFO}"> <appender-ref ref="CONSOLE"/> </root> -</configuration> \ No newline at end of file +</configuration> http://git-wip-us.apache.org/repos/asf/marmotta/blob/e36c67b0/libraries/ldclient/ldclient-provider-facebook/src/test/resources/logback.xml ---------------------------------------------------------------------- diff --git a/libraries/ldclient/ldclient-provider-facebook/src/test/resources/logback.xml b/libraries/ldclient/ldclient-provider-facebook/src/test/resources/logback.xml index 1bfecff..ea28135 100644 --- a/libraries/ldclient/ldclient-provider-facebook/src/test/resources/logback.xml +++ b/libraries/ldclient/ldclient-provider-facebook/src/test/resources/logback.xml @@ -18,10 +18,10 @@ <configuration> <appender name="CONSOLE" class="ch.qos.logback.core.ConsoleAppender"> <encoder> - <pattern>%d{HH:mm:ss.SSS} %highlight(%level) %cyan(%logger{15}) - %m%n</pattern> + <pattern>%d{HH:mm:ss.SSS} %level %logger{15} - %m%n</pattern> </encoder> </appender> <root level="${root-level:-INFO}"> <appender-ref ref="CONSOLE"/> </root> -</configuration> \ No newline at end of file +</configuration> http://git-wip-us.apache.org/repos/asf/marmotta/blob/e36c67b0/libraries/ldclient/ldclient-provider-freebase/src/test/resources/logback.xml ---------------------------------------------------------------------- diff --git a/libraries/ldclient/ldclient-provider-freebase/src/test/resources/logback.xml b/libraries/ldclient/ldclient-provider-freebase/src/test/resources/logback.xml index 1bfecff..ea28135 100644 --- a/libraries/ldclient/ldclient-provider-freebase/src/test/resources/logback.xml +++ b/libraries/ldclient/ldclient-provider-freebase/src/test/resources/logback.xml @@ -18,10 +18,10 @@ <configuration> <appender name="CONSOLE" class="ch.qos.logback.core.ConsoleAppender"> <encoder> - <pattern>%d{HH:mm:ss.SSS} %highlight(%level) %cyan(%logger{15}) - %m%n</pattern> + <pattern>%d{HH:mm:ss.SSS} %level %logger{15} - %m%n</pattern> </encoder> </appender> <root level="${root-level:-INFO}"> <appender-ref ref="CONSOLE"/> </root> -</configuration> \ No newline at end of file +</configuration> http://git-wip-us.apache.org/repos/asf/marmotta/blob/e36c67b0/libraries/ldclient/ldclient-provider-ldap/src/test/resources/logback.xml ---------------------------------------------------------------------- diff --git a/libraries/ldclient/ldclient-provider-ldap/src/test/resources/logback.xml b/libraries/ldclient/ldclient-provider-ldap/src/test/resources/logback.xml index 1bfecff..ea28135 100644 --- a/libraries/ldclient/ldclient-provider-ldap/src/test/resources/logback.xml +++ b/libraries/ldclient/ldclient-provider-ldap/src/test/resources/logback.xml @@ -18,10 +18,10 @@ <configuration> <appender name="CONSOLE" class="ch.qos.logback.core.ConsoleAppender"> <encoder> - <pattern>%d{HH:mm:ss.SSS} %highlight(%level) %cyan(%logger{15}) - %m%n</pattern> + <pattern>%d{HH:mm:ss.SSS} %level %logger{15} - %m%n</pattern> </encoder> </appender> <root level="${root-level:-INFO}"> <appender-ref ref="CONSOLE"/> </root> -</configuration> \ No newline at end of file +</configuration> http://git-wip-us.apache.org/repos/asf/marmotta/blob/e36c67b0/libraries/ldclient/ldclient-provider-mediawiki/src/test/resources/logback.xml ---------------------------------------------------------------------- diff --git a/libraries/ldclient/ldclient-provider-mediawiki/src/test/resources/logback.xml b/libraries/ldclient/ldclient-provider-mediawiki/src/test/resources/logback.xml index 1bfecff..ea28135 100644 --- a/libraries/ldclient/ldclient-provider-mediawiki/src/test/resources/logback.xml +++ b/libraries/ldclient/ldclient-provider-mediawiki/src/test/resources/logback.xml @@ -18,10 +18,10 @@ <configuration> <appender name="CONSOLE" class="ch.qos.logback.core.ConsoleAppender"> <encoder> - <pattern>%d{HH:mm:ss.SSS} %highlight(%level) %cyan(%logger{15}) - %m%n</pattern> + <pattern>%d{HH:mm:ss.SSS} %level %logger{15} - %m%n</pattern> </encoder> </appender> <root level="${root-level:-INFO}"> <appender-ref ref="CONSOLE"/> </root> -</configuration> \ No newline at end of file +</configuration> http://git-wip-us.apache.org/repos/asf/marmotta/blob/e36c67b0/libraries/ldclient/ldclient-provider-rdf/src/test/resources/logback.xml ---------------------------------------------------------------------- diff --git a/libraries/ldclient/ldclient-provider-rdf/src/test/resources/logback.xml b/libraries/ldclient/ldclient-provider-rdf/src/test/resources/logback.xml index 1bfecff..ea28135 100644 --- a/libraries/ldclient/ldclient-provider-rdf/src/test/resources/logback.xml +++ b/libraries/ldclient/ldclient-provider-rdf/src/test/resources/logback.xml @@ -18,10 +18,10 @@ <configuration> <appender name="CONSOLE" class="ch.qos.logback.core.ConsoleAppender"> <encoder> - <pattern>%d{HH:mm:ss.SSS} %highlight(%level) %cyan(%logger{15}) - %m%n</pattern> + <pattern>%d{HH:mm:ss.SSS} %level %logger{15} - %m%n</pattern> </encoder> </appender> <root level="${root-level:-INFO}"> <appender-ref ref="CONSOLE"/> </root> -</configuration> \ No newline at end of file +</configuration> http://git-wip-us.apache.org/repos/asf/marmotta/blob/e36c67b0/libraries/ldclient/ldclient-provider-vimeo/src/test/resources/logback.xml ---------------------------------------------------------------------- diff --git a/libraries/ldclient/ldclient-provider-vimeo/src/test/resources/logback.xml b/libraries/ldclient/ldclient-provider-vimeo/src/test/resources/logback.xml index 1bfecff..ea28135 100644 --- a/libraries/ldclient/ldclient-provider-vimeo/src/test/resources/logback.xml +++ b/libraries/ldclient/ldclient-provider-vimeo/src/test/resources/logback.xml @@ -18,10 +18,10 @@ <configuration> <appender name="CONSOLE" class="ch.qos.logback.core.ConsoleAppender"> <encoder> - <pattern>%d{HH:mm:ss.SSS} %highlight(%level) %cyan(%logger{15}) - %m%n</pattern> + <pattern>%d{HH:mm:ss.SSS} %level %logger{15} - %m%n</pattern> </encoder> </appender> <root level="${root-level:-INFO}"> <appender-ref ref="CONSOLE"/> </root> -</configuration> \ No newline at end of file +</configuration> http://git-wip-us.apache.org/repos/asf/marmotta/blob/e36c67b0/libraries/ldclient/ldclient-provider-youtube/src/test/resources/logback.xml ---------------------------------------------------------------------- diff --git a/libraries/ldclient/ldclient-provider-youtube/src/test/resources/logback.xml b/libraries/ldclient/ldclient-provider-youtube/src/test/resources/logback.xml index 1bfecff..ea28135 100644 --- a/libraries/ldclient/ldclient-provider-youtube/src/test/resources/logback.xml +++ b/libraries/ldclient/ldclient-provider-youtube/src/test/resources/logback.xml @@ -18,10 +18,10 @@ <configuration> <appender name="CONSOLE" class="ch.qos.logback.core.ConsoleAppender"> <encoder> - <pattern>%d{HH:mm:ss.SSS} %highlight(%level) %cyan(%logger{15}) - %m%n</pattern> + <pattern>%d{HH:mm:ss.SSS} %level %logger{15} - %m%n</pattern> </encoder> </appender> <root level="${root-level:-INFO}"> <appender-ref ref="CONSOLE"/> </root> -</configuration> \ No newline at end of file +</configuration> http://git-wip-us.apache.org/repos/asf/marmotta/blob/e36c67b0/libraries/ldpath/ldpath-backend-file/src/test/resources/logback.xml ---------------------------------------------------------------------- diff --git a/libraries/ldpath/ldpath-backend-file/src/test/resources/logback.xml b/libraries/ldpath/ldpath-backend-file/src/test/resources/logback.xml index 1bfecff..ea28135 100644 --- a/libraries/ldpath/ldpath-backend-file/src/test/resources/logback.xml +++ b/libraries/ldpath/ldpath-backend-file/src/test/resources/logback.xml @@ -18,10 +18,10 @@ <configuration> <appender name="CONSOLE" class="ch.qos.logback.core.ConsoleAppender"> <encoder> - <pattern>%d{HH:mm:ss.SSS} %highlight(%level) %cyan(%logger{15}) - %m%n</pattern> + <pattern>%d{HH:mm:ss.SSS} %level %logger{15} - %m%n</pattern> </encoder> </appender> <root level="${root-level:-INFO}"> <appender-ref ref="CONSOLE"/> </root> -</configuration> \ No newline at end of file +</configuration> http://git-wip-us.apache.org/repos/asf/marmotta/blob/e36c67b0/libraries/ldpath/ldpath-core/src/test/resources/logback.xml ---------------------------------------------------------------------- diff --git a/libraries/ldpath/ldpath-core/src/test/resources/logback.xml b/libraries/ldpath/ldpath-core/src/test/resources/logback.xml index 16c98cd..f1c2b60 100644 --- a/libraries/ldpath/ldpath-core/src/test/resources/logback.xml +++ b/libraries/ldpath/ldpath-core/src/test/resources/logback.xml @@ -18,7 +18,7 @@ <configuration> <appender name="CONSOLE" class="ch.qos.logback.core.ConsoleAppender"> <encoder> - <pattern>%d{HH:mm:ss.SSS} %highlight(%level) %cyan(%logger{15}) - %m%n</pattern> + <pattern>%d{HH:mm:ss.SSS} %level %logger{15} - %m%n</pattern> </encoder> </appender> @@ -26,4 +26,4 @@ <root level="${root-level:-INFO}"> <appender-ref ref="CONSOLE"/> </root> -</configuration> \ No newline at end of file +</configuration> http://git-wip-us.apache.org/repos/asf/marmotta/blob/e36c67b0/libraries/ldpath/ldpath-functions-collections/src/test/resources/logback.xml ---------------------------------------------------------------------- diff --git a/libraries/ldpath/ldpath-functions-collections/src/test/resources/logback.xml b/libraries/ldpath/ldpath-functions-collections/src/test/resources/logback.xml index 1bfecff..ea28135 100644 --- a/libraries/ldpath/ldpath-functions-collections/src/test/resources/logback.xml +++ b/libraries/ldpath/ldpath-functions-collections/src/test/resources/logback.xml @@ -18,10 +18,10 @@ <configuration> <appender name="CONSOLE" class="ch.qos.logback.core.ConsoleAppender"> <encoder> - <pattern>%d{HH:mm:ss.SSS} %highlight(%level) %cyan(%logger{15}) - %m%n</pattern> + <pattern>%d{HH:mm:ss.SSS} %level %logger{15} - %m%n</pattern> </encoder> </appender> <root level="${root-level:-INFO}"> <appender-ref ref="CONSOLE"/> </root> -</configuration> \ No newline at end of file +</configuration> http://git-wip-us.apache.org/repos/asf/marmotta/blob/e36c67b0/libraries/ldpath/ldpath-functions-date/src/test/resources/logback.xml ---------------------------------------------------------------------- diff --git a/libraries/ldpath/ldpath-functions-date/src/test/resources/logback.xml b/libraries/ldpath/ldpath-functions-date/src/test/resources/logback.xml index 1bfecff..ea28135 100644 --- a/libraries/ldpath/ldpath-functions-date/src/test/resources/logback.xml +++ b/libraries/ldpath/ldpath-functions-date/src/test/resources/logback.xml @@ -18,10 +18,10 @@ <configuration> <appender name="CONSOLE" class="ch.qos.logback.core.ConsoleAppender"> <encoder> - <pattern>%d{HH:mm:ss.SSS} %highlight(%level) %cyan(%logger{15}) - %m%n</pattern> + <pattern>%d{HH:mm:ss.SSS} %level %logger{15} - %m%n</pattern> </encoder> </appender> <root level="${root-level:-INFO}"> <appender-ref ref="CONSOLE"/> </root> -</configuration> \ No newline at end of file +</configuration> http://git-wip-us.apache.org/repos/asf/marmotta/blob/e36c67b0/libraries/ldpath/ldpath-functions-html/src/test/resources/logback.xml ---------------------------------------------------------------------- diff --git a/libraries/ldpath/ldpath-functions-html/src/test/resources/logback.xml b/libraries/ldpath/ldpath-functions-html/src/test/resources/logback.xml index 1bfecff..ea28135 100644 --- a/libraries/ldpath/ldpath-functions-html/src/test/resources/logback.xml +++ b/libraries/ldpath/ldpath-functions-html/src/test/resources/logback.xml @@ -18,10 +18,10 @@ <configuration> <appender name="CONSOLE" class="ch.qos.logback.core.ConsoleAppender"> <encoder> - <pattern>%d{HH:mm:ss.SSS} %highlight(%level) %cyan(%logger{15}) - %m%n</pattern> + <pattern>%d{HH:mm:ss.SSS} %level %logger{15} - %m%n</pattern> </encoder> </appender> <root level="${root-level:-INFO}"> <appender-ref ref="CONSOLE"/> </root> -</configuration> \ No newline at end of file +</configuration> http://git-wip-us.apache.org/repos/asf/marmotta/blob/e36c67b0/libraries/ldpath/ldpath-functions-json/src/test/resources/logback.xml ---------------------------------------------------------------------- diff --git a/libraries/ldpath/ldpath-functions-json/src/test/resources/logback.xml b/libraries/ldpath/ldpath-functions-json/src/test/resources/logback.xml index 1bfecff..ea28135 100644 --- a/libraries/ldpath/ldpath-functions-json/src/test/resources/logback.xml +++ b/libraries/ldpath/ldpath-functions-json/src/test/resources/logback.xml @@ -18,10 +18,10 @@ <configuration> <appender name="CONSOLE" class="ch.qos.logback.core.ConsoleAppender"> <encoder> - <pattern>%d{HH:mm:ss.SSS} %highlight(%level) %cyan(%logger{15}) - %m%n</pattern> + <pattern>%d{HH:mm:ss.SSS} %level %logger{15} - %m%n</pattern> </encoder> </appender> <root level="${root-level:-INFO}"> <appender-ref ref="CONSOLE"/> </root> -</configuration> \ No newline at end of file +</configuration> http://git-wip-us.apache.org/repos/asf/marmotta/blob/e36c67b0/libraries/ldpath/ldpath-functions-math/src/test/resources/logback.xml ---------------------------------------------------------------------- diff --git a/libraries/ldpath/ldpath-functions-math/src/test/resources/logback.xml b/libraries/ldpath/ldpath-functions-math/src/test/resources/logback.xml index 1bfecff..ea28135 100644 --- a/libraries/ldpath/ldpath-functions-math/src/test/resources/logback.xml +++ b/libraries/ldpath/ldpath-functions-math/src/test/resources/logback.xml @@ -18,10 +18,10 @@ <configuration> <appender name="CONSOLE" class="ch.qos.logback.core.ConsoleAppender"> <encoder> - <pattern>%d{HH:mm:ss.SSS} %highlight(%level) %cyan(%logger{15}) - %m%n</pattern> + <pattern>%d{HH:mm:ss.SSS} %level %logger{15} - %m%n</pattern> </encoder> </appender> <root level="${root-level:-INFO}"> <appender-ref ref="CONSOLE"/> </root> -</configuration> \ No newline at end of file +</configuration> http://git-wip-us.apache.org/repos/asf/marmotta/blob/e36c67b0/libraries/ldpath/ldpath-functions-text/src/test/resources/logback.xml ---------------------------------------------------------------------- diff --git a/libraries/ldpath/ldpath-functions-text/src/test/resources/logback.xml b/libraries/ldpath/ldpath-functions-text/src/test/resources/logback.xml index 1bfecff..ea28135 100644 --- a/libraries/ldpath/ldpath-functions-text/src/test/resources/logback.xml +++ b/libraries/ldpath/ldpath-functions-text/src/test/resources/logback.xml @@ -18,10 +18,10 @@ <configuration> <appender name="CONSOLE" class="ch.qos.logback.core.ConsoleAppender"> <encoder> - <pattern>%d{HH:mm:ss.SSS} %highlight(%level) %cyan(%logger{15}) - %m%n</pattern> + <pattern>%d{HH:mm:ss.SSS} %level %logger{15} - %m%n</pattern> </encoder> </appender> <root level="${root-level:-INFO}"> <appender-ref ref="CONSOLE"/> </root> -</configuration> \ No newline at end of file +</configuration> http://git-wip-us.apache.org/repos/asf/marmotta/blob/e36c67b0/libraries/ldpath/ldpath-functions-xml/src/test/resources/logback.xml ---------------------------------------------------------------------- diff --git a/libraries/ldpath/ldpath-functions-xml/src/test/resources/logback.xml b/libraries/ldpath/ldpath-functions-xml/src/test/resources/logback.xml index 1bfecff..ea28135 100644 --- a/libraries/ldpath/ldpath-functions-xml/src/test/resources/logback.xml +++ b/libraries/ldpath/ldpath-functions-xml/src/test/resources/logback.xml @@ -18,10 +18,10 @@ <configuration> <appender name="CONSOLE" class="ch.qos.logback.core.ConsoleAppender"> <encoder> - <pattern>%d{HH:mm:ss.SSS} %highlight(%level) %cyan(%logger{15}) - %m%n</pattern> + <pattern>%d{HH:mm:ss.SSS} %level %logger{15} - %m%n</pattern> </encoder> </appender> <root level="${root-level:-INFO}"> <appender-ref ref="CONSOLE"/> </root> -</configuration> \ No newline at end of file +</configuration> http://git-wip-us.apache.org/repos/asf/marmotta/blob/e36c67b0/libraries/ldpath/ldpath-template-linkeddata/src/test/resources/logback.xml ---------------------------------------------------------------------- diff --git a/libraries/ldpath/ldpath-template-linkeddata/src/test/resources/logback.xml b/libraries/ldpath/ldpath-template-linkeddata/src/test/resources/logback.xml index 1bfecff..ea28135 100644 --- a/libraries/ldpath/ldpath-template-linkeddata/src/test/resources/logback.xml +++ b/libraries/ldpath/ldpath-template-linkeddata/src/test/resources/logback.xml @@ -18,10 +18,10 @@ <configuration> <appender name="CONSOLE" class="ch.qos.logback.core.ConsoleAppender"> <encoder> - <pattern>%d{HH:mm:ss.SSS} %highlight(%level) %cyan(%logger{15}) - %m%n</pattern> + <pattern>%d{HH:mm:ss.SSS} %level %logger{15} - %m%n</pattern> </encoder> </appender> <root level="${root-level:-INFO}"> <appender-ref ref="CONSOLE"/> </root> -</configuration> \ No newline at end of file +</configuration> http://git-wip-us.apache.org/repos/asf/marmotta/blob/e36c67b0/loader/marmotta-loader-berkeley/src/main/resources/logback.xml ---------------------------------------------------------------------- diff --git a/loader/marmotta-loader-berkeley/src/main/resources/logback.xml b/loader/marmotta-loader-berkeley/src/main/resources/logback.xml index 1bfecff..ea28135 100644 --- a/loader/marmotta-loader-berkeley/src/main/resources/logback.xml +++ b/loader/marmotta-loader-berkeley/src/main/resources/logback.xml @@ -18,10 +18,10 @@ <configuration> <appender name="CONSOLE" class="ch.qos.logback.core.ConsoleAppender"> <encoder> - <pattern>%d{HH:mm:ss.SSS} %highlight(%level) %cyan(%logger{15}) - %m%n</pattern> + <pattern>%d{HH:mm:ss.SSS} %level %logger{15} - %m%n</pattern> </encoder> </appender> <root level="${root-level:-INFO}"> <appender-ref ref="CONSOLE"/> </root> -</configuration> \ No newline at end of file +</configuration> http://git-wip-us.apache.org/repos/asf/marmotta/blob/e36c67b0/loader/marmotta-loader-hbase/src/main/resources/logback.xml ---------------------------------------------------------------------- diff --git a/loader/marmotta-loader-hbase/src/main/resources/logback.xml b/loader/marmotta-loader-hbase/src/main/resources/logback.xml index 3b6995b..ebc7937 100644 --- a/loader/marmotta-loader-hbase/src/main/resources/logback.xml +++ b/loader/marmotta-loader-hbase/src/main/resources/logback.xml @@ -18,7 +18,7 @@ <configuration> <appender name="CONSOLE" class="ch.qos.logback.core.ConsoleAppender"> <encoder> - <pattern>%d{HH:mm:ss.SSS} %highlight(%level) %cyan(%logger{15}) - %m%n</pattern> + <pattern>%d{HH:mm:ss.SSS} %level %logger{15} - %m%n</pattern> </encoder> </appender> @@ -29,4 +29,4 @@ <root level="${root-level:-INFO}"> <appender-ref ref="CONSOLE"/> </root> -</configuration> \ No newline at end of file +</configuration>
