Updated Branches: refs/heads/master 94eb76780 -> cedec3d21
nicer logging output for tests Project: http://git-wip-us.apache.org/repos/asf/incubator-marmotta/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-marmotta/commit/cedec3d2 Tree: http://git-wip-us.apache.org/repos/asf/incubator-marmotta/tree/cedec3d2 Diff: http://git-wip-us.apache.org/repos/asf/incubator-marmotta/diff/cedec3d2 Branch: refs/heads/master Commit: cedec3d21f44f995b1cf7f1445ec7ba453cce359 Parents: 94eb767 Author: Sebastian Schaffert <[email protected]> Authored: Wed Apr 10 14:39:53 2013 +0200 Committer: Sebastian Schaffert <[email protected]> Committed: Wed Apr 10 14:39:53 2013 +0200 ---------------------------------------------------------------------- .../src/test/resources/logback.xml | 27 +++++++++++++++ .../src/test/resources/logback.xml | 6 ++-- .../src/test/resources/logback.xml | 6 ++-- .../src/test/resources/logback.xml | 6 ++-- .../src/test/resources/logback.xml | 6 ++-- .../src/test/resources/logback.xml | 6 ++-- .../kiwi-reasoner/src/test/resources/logback.xml | 27 +++++++++++++++ .../src/test/resources/logback.xml | 2 +- .../src/test/resources/logback.xml | 2 +- .../kiwi-versioning/src/test/resources/logback.xml | 27 +++++++++++++++ .../src/test/resources/logback.xml | 2 +- .../src/test/resources/logback.xml | 2 +- .../ldcache-core/src/test/resources/logback.xml | 2 +- .../src/test/resources/logback.xml | 2 +- .../src/test/resources/logback.xml | 2 +- .../ldclient-core/src/test/resources/logback.xml | 2 +- .../src/test/resources/logback.xml | 27 +++++++++++++++ .../src/test/resources/logback.xml | 6 ++-- .../src/test/resources/logback.xml | 27 +++++++++++++++ .../src/test/resources/logback.xml | 27 +++++++++++++++ .../src/test/resources/logback.xml | 27 +++++++++++++++ .../src/test/resources/logback.xml | 27 +++++++++++++++ .../ldpath-core/src/test/resources/logback.xml | 6 ++-- .../src/test/resources/logback.xml | 6 ++-- .../src/test/resources/logback.xml | 6 ++-- .../src/test/resources/logback.xml | 6 ++-- .../src/test/resources/logback.xml | 6 ++-- .../src/test/resources/logback.xml | 6 ++-- .../src/test/resources/logback.xml | 6 ++-- 29 files changed, 263 insertions(+), 47 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/cedec3d2/commons/sesame-tools-facading/src/test/resources/logback.xml ---------------------------------------------------------------------- diff --git a/commons/sesame-tools-facading/src/test/resources/logback.xml b/commons/sesame-tools-facading/src/test/resources/logback.xml new file mode 100644 index 0000000..1bfecff --- /dev/null +++ b/commons/sesame-tools-facading/src/test/resources/logback.xml @@ -0,0 +1,27 @@ +<!-- + ~ Licensed to the Apache Software Foundation (ASF) under one or more + ~ contributor license agreements. See the NOTICE file distributed with + ~ this work for additional information regarding copyright ownership. + ~ The ASF licenses this file to You under the Apache License, Version 2.0 + ~ (the "License"); you may not use this file except in compliance with + ~ the License. You may obtain a copy of the License at + ~ + ~ http://www.apache.org/licenses/LICENSE-2.0 + ~ + ~ Unless required by applicable law or agreed to in writing, software + ~ distributed under the License is distributed on an "AS IS" BASIS, + ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + ~ See the License for the specific language governing permissions and + ~ limitations under the License. + --> + +<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> + </encoder> + </appender> + <root level="${root-level:-INFO}"> + <appender-ref ref="CONSOLE"/> + </root> +</configuration> \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/cedec3d2/commons/sesame-tools-rio-ical/src/test/resources/logback.xml ---------------------------------------------------------------------- diff --git a/commons/sesame-tools-rio-ical/src/test/resources/logback.xml b/commons/sesame-tools-rio-ical/src/test/resources/logback.xml index 5b0617d..1bfecff 100644 --- a/commons/sesame-tools-rio-ical/src/test/resources/logback.xml +++ b/commons/sesame-tools-rio-ical/src/test/resources/logback.xml @@ -17,9 +17,9 @@ <configuration> <appender name="CONSOLE" class="ch.qos.logback.core.ConsoleAppender"> - <layout class="ch.qos.logback.classic.PatternLayout"> - <Pattern>%d [%thread] %level %logger - %m%n</Pattern> - </layout> + <encoder> + <pattern>%d{HH:mm:ss.SSS} %highlight(%level) %cyan(%logger{15}) - %m%n</pattern> + </encoder> </appender> <root level="${root-level:-INFO}"> <appender-ref ref="CONSOLE"/> http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/cedec3d2/commons/sesame-tools-rio-jsonld/src/test/resources/logback.xml ---------------------------------------------------------------------- diff --git a/commons/sesame-tools-rio-jsonld/src/test/resources/logback.xml b/commons/sesame-tools-rio-jsonld/src/test/resources/logback.xml index 5b0617d..1bfecff 100644 --- a/commons/sesame-tools-rio-jsonld/src/test/resources/logback.xml +++ b/commons/sesame-tools-rio-jsonld/src/test/resources/logback.xml @@ -17,9 +17,9 @@ <configuration> <appender name="CONSOLE" class="ch.qos.logback.core.ConsoleAppender"> - <layout class="ch.qos.logback.classic.PatternLayout"> - <Pattern>%d [%thread] %level %logger - %m%n</Pattern> - </layout> + <encoder> + <pattern>%d{HH:mm:ss.SSS} %highlight(%level) %cyan(%logger{15}) - %m%n</pattern> + </encoder> </appender> <root level="${root-level:-INFO}"> <appender-ref ref="CONSOLE"/> http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/cedec3d2/commons/sesame-tools-rio-rdfjson/src/test/resources/logback.xml ---------------------------------------------------------------------- diff --git a/commons/sesame-tools-rio-rdfjson/src/test/resources/logback.xml b/commons/sesame-tools-rio-rdfjson/src/test/resources/logback.xml index 5b0617d..1bfecff 100644 --- a/commons/sesame-tools-rio-rdfjson/src/test/resources/logback.xml +++ b/commons/sesame-tools-rio-rdfjson/src/test/resources/logback.xml @@ -17,9 +17,9 @@ <configuration> <appender name="CONSOLE" class="ch.qos.logback.core.ConsoleAppender"> - <layout class="ch.qos.logback.classic.PatternLayout"> - <Pattern>%d [%thread] %level %logger - %m%n</Pattern> - </layout> + <encoder> + <pattern>%d{HH:mm:ss.SSS} %highlight(%level) %cyan(%logger{15}) - %m%n</pattern> + </encoder> </appender> <root level="${root-level:-INFO}"> <appender-ref ref="CONSOLE"/> http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/cedec3d2/commons/sesame-tools-rio-rss/src/test/resources/logback.xml ---------------------------------------------------------------------- diff --git a/commons/sesame-tools-rio-rss/src/test/resources/logback.xml b/commons/sesame-tools-rio-rss/src/test/resources/logback.xml index 5b0617d..1bfecff 100644 --- a/commons/sesame-tools-rio-rss/src/test/resources/logback.xml +++ b/commons/sesame-tools-rio-rss/src/test/resources/logback.xml @@ -17,9 +17,9 @@ <configuration> <appender name="CONSOLE" class="ch.qos.logback.core.ConsoleAppender"> - <layout class="ch.qos.logback.classic.PatternLayout"> - <Pattern>%d [%thread] %level %logger - %m%n</Pattern> - </layout> + <encoder> + <pattern>%d{HH:mm:ss.SSS} %highlight(%level) %cyan(%logger{15}) - %m%n</pattern> + </encoder> </appender> <root level="${root-level:-INFO}"> <appender-ref ref="CONSOLE"/> http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/cedec3d2/commons/sesame-tools-rio-vcard/src/test/resources/logback.xml ---------------------------------------------------------------------- diff --git a/commons/sesame-tools-rio-vcard/src/test/resources/logback.xml b/commons/sesame-tools-rio-vcard/src/test/resources/logback.xml index 5b0617d..1bfecff 100644 --- a/commons/sesame-tools-rio-vcard/src/test/resources/logback.xml +++ b/commons/sesame-tools-rio-vcard/src/test/resources/logback.xml @@ -17,9 +17,9 @@ <configuration> <appender name="CONSOLE" class="ch.qos.logback.core.ConsoleAppender"> - <layout class="ch.qos.logback.classic.PatternLayout"> - <Pattern>%d [%thread] %level %logger - %m%n</Pattern> - </layout> + <encoder> + <pattern>%d{HH:mm:ss.SSS} %highlight(%level) %cyan(%logger{15}) - %m%n</pattern> + </encoder> </appender> <root level="${root-level:-INFO}"> <appender-ref ref="CONSOLE"/> http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/cedec3d2/libraries/kiwi/kiwi-reasoner/src/test/resources/logback.xml ---------------------------------------------------------------------- diff --git a/libraries/kiwi/kiwi-reasoner/src/test/resources/logback.xml b/libraries/kiwi/kiwi-reasoner/src/test/resources/logback.xml new file mode 100644 index 0000000..1bfecff --- /dev/null +++ b/libraries/kiwi/kiwi-reasoner/src/test/resources/logback.xml @@ -0,0 +1,27 @@ +<!-- + ~ Licensed to the Apache Software Foundation (ASF) under one or more + ~ contributor license agreements. See the NOTICE file distributed with + ~ this work for additional information regarding copyright ownership. + ~ The ASF licenses this file to You under the Apache License, Version 2.0 + ~ (the "License"); you may not use this file except in compliance with + ~ the License. You may obtain a copy of the License at + ~ + ~ http://www.apache.org/licenses/LICENSE-2.0 + ~ + ~ Unless required by applicable law or agreed to in writing, software + ~ distributed under the License is distributed on an "AS IS" BASIS, + ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + ~ See the License for the specific language governing permissions and + ~ limitations under the License. + --> + +<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> + </encoder> + </appender> + <root level="${root-level:-INFO}"> + <appender-ref ref="CONSOLE"/> + </root> +</configuration> \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/cedec3d2/libraries/kiwi/kiwi-transactions/src/test/resources/logback.xml ---------------------------------------------------------------------- diff --git a/libraries/kiwi/kiwi-transactions/src/test/resources/logback.xml b/libraries/kiwi/kiwi-transactions/src/test/resources/logback.xml index f20016d..1bfecff 100644 --- a/libraries/kiwi/kiwi-transactions/src/test/resources/logback.xml +++ b/libraries/kiwi/kiwi-transactions/src/test/resources/logback.xml @@ -18,7 +18,7 @@ <configuration> <appender name="CONSOLE" class="ch.qos.logback.core.ConsoleAppender"> <encoder> - <pattern>%d [%thread] %level %logger - %m%n</pattern> + <pattern>%d{HH:mm:ss.SSS} %highlight(%level) %cyan(%logger{15}) - %m%n</pattern> </encoder> </appender> <root level="${root-level:-INFO}"> http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/cedec3d2/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 f20016d..1bfecff 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 [%thread] %level %logger - %m%n</pattern> + <pattern>%d{HH:mm:ss.SSS} %highlight(%level) %cyan(%logger{15}) - %m%n</pattern> </encoder> </appender> <root level="${root-level:-INFO}"> http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/cedec3d2/libraries/kiwi/kiwi-versioning/src/test/resources/logback.xml ---------------------------------------------------------------------- diff --git a/libraries/kiwi/kiwi-versioning/src/test/resources/logback.xml b/libraries/kiwi/kiwi-versioning/src/test/resources/logback.xml new file mode 100644 index 0000000..1bfecff --- /dev/null +++ b/libraries/kiwi/kiwi-versioning/src/test/resources/logback.xml @@ -0,0 +1,27 @@ +<!-- + ~ Licensed to the Apache Software Foundation (ASF) under one or more + ~ contributor license agreements. See the NOTICE file distributed with + ~ this work for additional information regarding copyright ownership. + ~ The ASF licenses this file to You under the Apache License, Version 2.0 + ~ (the "License"); you may not use this file except in compliance with + ~ the License. You may obtain a copy of the License at + ~ + ~ http://www.apache.org/licenses/LICENSE-2.0 + ~ + ~ Unless required by applicable law or agreed to in writing, software + ~ distributed under the License is distributed on an "AS IS" BASIS, + ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + ~ See the License for the specific language governing permissions and + ~ limitations under the License. + --> + +<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> + </encoder> + </appender> + <root level="${root-level:-INFO}"> + <appender-ref ref="CONSOLE"/> + </root> +</configuration> \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/cedec3d2/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 f20016d..1bfecff 100644 --- a/libraries/ldcache/ldcache-backend-file/src/test/resources/logback.xml +++ b/libraries/ldcache/ldcache-backend-file/src/test/resources/logback.xml @@ -18,7 +18,7 @@ <configuration> <appender name="CONSOLE" class="ch.qos.logback.core.ConsoleAppender"> <encoder> - <pattern>%d [%thread] %level %logger - %m%n</pattern> + <pattern>%d{HH:mm:ss.SSS} %highlight(%level) %cyan(%logger{15}) - %m%n</pattern> </encoder> </appender> <root level="${root-level:-INFO}"> http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/cedec3d2/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 f20016d..1bfecff 100644 --- a/libraries/ldcache/ldcache-backend-kiwi/src/test/resources/logback.xml +++ b/libraries/ldcache/ldcache-backend-kiwi/src/test/resources/logback.xml @@ -18,7 +18,7 @@ <configuration> <appender name="CONSOLE" class="ch.qos.logback.core.ConsoleAppender"> <encoder> - <pattern>%d [%thread] %level %logger - %m%n</pattern> + <pattern>%d{HH:mm:ss.SSS} %highlight(%level) %cyan(%logger{15}) - %m%n</pattern> </encoder> </appender> <root level="${root-level:-INFO}"> http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/cedec3d2/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 f20016d..1bfecff 100644 --- a/libraries/ldcache/ldcache-core/src/test/resources/logback.xml +++ b/libraries/ldcache/ldcache-core/src/test/resources/logback.xml @@ -18,7 +18,7 @@ <configuration> <appender name="CONSOLE" class="ch.qos.logback.core.ConsoleAppender"> <encoder> - <pattern>%d [%thread] %level %logger - %m%n</pattern> + <pattern>%d{HH:mm:ss.SSS} %highlight(%level) %cyan(%logger{15}) - %m%n</pattern> </encoder> </appender> <root level="${root-level:-INFO}"> http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/cedec3d2/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 f20016d..1bfecff 100644 --- a/libraries/ldcache/ldcache-sail-generic/src/test/resources/logback.xml +++ b/libraries/ldcache/ldcache-sail-generic/src/test/resources/logback.xml @@ -18,7 +18,7 @@ <configuration> <appender name="CONSOLE" class="ch.qos.logback.core.ConsoleAppender"> <encoder> - <pattern>%d [%thread] %level %logger - %m%n</pattern> + <pattern>%d{HH:mm:ss.SSS} %highlight(%level) %cyan(%logger{15}) - %m%n</pattern> </encoder> </appender> <root level="${root-level:-INFO}"> http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/cedec3d2/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 f20016d..1bfecff 100644 --- a/libraries/ldcache/ldcache-sail-kiwi/src/test/resources/logback.xml +++ b/libraries/ldcache/ldcache-sail-kiwi/src/test/resources/logback.xml @@ -18,7 +18,7 @@ <configuration> <appender name="CONSOLE" class="ch.qos.logback.core.ConsoleAppender"> <encoder> - <pattern>%d [%thread] %level %logger - %m%n</pattern> + <pattern>%d{HH:mm:ss.SSS} %highlight(%level) %cyan(%logger{15}) - %m%n</pattern> </encoder> </appender> <root level="${root-level:-INFO}"> http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/cedec3d2/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 f20016d..1bfecff 100644 --- a/libraries/ldclient/ldclient-core/src/test/resources/logback.xml +++ b/libraries/ldclient/ldclient-core/src/test/resources/logback.xml @@ -18,7 +18,7 @@ <configuration> <appender name="CONSOLE" class="ch.qos.logback.core.ConsoleAppender"> <encoder> - <pattern>%d [%thread] %level %logger - %m%n</pattern> + <pattern>%d{HH:mm:ss.SSS} %highlight(%level) %cyan(%logger{15}) - %m%n</pattern> </encoder> </appender> <root level="${root-level:-INFO}"> http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/cedec3d2/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 new file mode 100644 index 0000000..1bfecff --- /dev/null +++ b/libraries/ldclient/ldclient-provider-facebook/src/test/resources/logback.xml @@ -0,0 +1,27 @@ +<!-- + ~ Licensed to the Apache Software Foundation (ASF) under one or more + ~ contributor license agreements. See the NOTICE file distributed with + ~ this work for additional information regarding copyright ownership. + ~ The ASF licenses this file to You under the Apache License, Version 2.0 + ~ (the "License"); you may not use this file except in compliance with + ~ the License. You may obtain a copy of the License at + ~ + ~ http://www.apache.org/licenses/LICENSE-2.0 + ~ + ~ Unless required by applicable law or agreed to in writing, software + ~ distributed under the License is distributed on an "AS IS" BASIS, + ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + ~ See the License for the specific language governing permissions and + ~ limitations under the License. + --> + +<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> + </encoder> + </appender> + <root level="${root-level:-INFO}"> + <appender-ref ref="CONSOLE"/> + </root> +</configuration> \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/cedec3d2/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 5b0617d..1bfecff 100644 --- a/libraries/ldclient/ldclient-provider-ldap/src/test/resources/logback.xml +++ b/libraries/ldclient/ldclient-provider-ldap/src/test/resources/logback.xml @@ -17,9 +17,9 @@ <configuration> <appender name="CONSOLE" class="ch.qos.logback.core.ConsoleAppender"> - <layout class="ch.qos.logback.classic.PatternLayout"> - <Pattern>%d [%thread] %level %logger - %m%n</Pattern> - </layout> + <encoder> + <pattern>%d{HH:mm:ss.SSS} %highlight(%level) %cyan(%logger{15}) - %m%n</pattern> + </encoder> </appender> <root level="${root-level:-INFO}"> <appender-ref ref="CONSOLE"/> http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/cedec3d2/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 new file mode 100644 index 0000000..1bfecff --- /dev/null +++ b/libraries/ldclient/ldclient-provider-mediawiki/src/test/resources/logback.xml @@ -0,0 +1,27 @@ +<!-- + ~ Licensed to the Apache Software Foundation (ASF) under one or more + ~ contributor license agreements. See the NOTICE file distributed with + ~ this work for additional information regarding copyright ownership. + ~ The ASF licenses this file to You under the Apache License, Version 2.0 + ~ (the "License"); you may not use this file except in compliance with + ~ the License. You may obtain a copy of the License at + ~ + ~ http://www.apache.org/licenses/LICENSE-2.0 + ~ + ~ Unless required by applicable law or agreed to in writing, software + ~ distributed under the License is distributed on an "AS IS" BASIS, + ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + ~ See the License for the specific language governing permissions and + ~ limitations under the License. + --> + +<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> + </encoder> + </appender> + <root level="${root-level:-INFO}"> + <appender-ref ref="CONSOLE"/> + </root> +</configuration> \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/cedec3d2/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 new file mode 100644 index 0000000..1bfecff --- /dev/null +++ b/libraries/ldclient/ldclient-provider-rdf/src/test/resources/logback.xml @@ -0,0 +1,27 @@ +<!-- + ~ Licensed to the Apache Software Foundation (ASF) under one or more + ~ contributor license agreements. See the NOTICE file distributed with + ~ this work for additional information regarding copyright ownership. + ~ The ASF licenses this file to You under the Apache License, Version 2.0 + ~ (the "License"); you may not use this file except in compliance with + ~ the License. You may obtain a copy of the License at + ~ + ~ http://www.apache.org/licenses/LICENSE-2.0 + ~ + ~ Unless required by applicable law or agreed to in writing, software + ~ distributed under the License is distributed on an "AS IS" BASIS, + ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + ~ See the License for the specific language governing permissions and + ~ limitations under the License. + --> + +<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> + </encoder> + </appender> + <root level="${root-level:-INFO}"> + <appender-ref ref="CONSOLE"/> + </root> +</configuration> \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/cedec3d2/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 new file mode 100644 index 0000000..1bfecff --- /dev/null +++ b/libraries/ldclient/ldclient-provider-vimeo/src/test/resources/logback.xml @@ -0,0 +1,27 @@ +<!-- + ~ Licensed to the Apache Software Foundation (ASF) under one or more + ~ contributor license agreements. See the NOTICE file distributed with + ~ this work for additional information regarding copyright ownership. + ~ The ASF licenses this file to You under the Apache License, Version 2.0 + ~ (the "License"); you may not use this file except in compliance with + ~ the License. You may obtain a copy of the License at + ~ + ~ http://www.apache.org/licenses/LICENSE-2.0 + ~ + ~ Unless required by applicable law or agreed to in writing, software + ~ distributed under the License is distributed on an "AS IS" BASIS, + ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + ~ See the License for the specific language governing permissions and + ~ limitations under the License. + --> + +<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> + </encoder> + </appender> + <root level="${root-level:-INFO}"> + <appender-ref ref="CONSOLE"/> + </root> +</configuration> \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/cedec3d2/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 new file mode 100644 index 0000000..1bfecff --- /dev/null +++ b/libraries/ldclient/ldclient-provider-youtube/src/test/resources/logback.xml @@ -0,0 +1,27 @@ +<!-- + ~ Licensed to the Apache Software Foundation (ASF) under one or more + ~ contributor license agreements. See the NOTICE file distributed with + ~ this work for additional information regarding copyright ownership. + ~ The ASF licenses this file to You under the Apache License, Version 2.0 + ~ (the "License"); you may not use this file except in compliance with + ~ the License. You may obtain a copy of the License at + ~ + ~ http://www.apache.org/licenses/LICENSE-2.0 + ~ + ~ Unless required by applicable law or agreed to in writing, software + ~ distributed under the License is distributed on an "AS IS" BASIS, + ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + ~ See the License for the specific language governing permissions and + ~ limitations under the License. + --> + +<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> + </encoder> + </appender> + <root level="${root-level:-INFO}"> + <appender-ref ref="CONSOLE"/> + </root> +</configuration> \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/cedec3d2/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 5b0617d..dffe641 100644 --- a/libraries/ldpath/ldpath-core/src/test/resources/logback.xml +++ b/libraries/ldpath/ldpath-core/src/test/resources/logback.xml @@ -17,9 +17,9 @@ <configuration> <appender name="CONSOLE" class="ch.qos.logback.core.ConsoleAppender"> - <layout class="ch.qos.logback.classic.PatternLayout"> - <Pattern>%d [%thread] %level %logger - %m%n</Pattern> - </layout> + <encoder> + <pattern>%d{HH:mm:ss.SSS} %level %logger - %m%n</pattern> + </encoder> </appender> <root level="${root-level:-INFO}"> <appender-ref ref="CONSOLE"/> http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/cedec3d2/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 5b0617d..dffe641 100644 --- a/libraries/ldpath/ldpath-functions-collections/src/test/resources/logback.xml +++ b/libraries/ldpath/ldpath-functions-collections/src/test/resources/logback.xml @@ -17,9 +17,9 @@ <configuration> <appender name="CONSOLE" class="ch.qos.logback.core.ConsoleAppender"> - <layout class="ch.qos.logback.classic.PatternLayout"> - <Pattern>%d [%thread] %level %logger - %m%n</Pattern> - </layout> + <encoder> + <pattern>%d{HH:mm:ss.SSS} %level %logger - %m%n</pattern> + </encoder> </appender> <root level="${root-level:-INFO}"> <appender-ref ref="CONSOLE"/> http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/cedec3d2/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 5b0617d..dffe641 100644 --- a/libraries/ldpath/ldpath-functions-date/src/test/resources/logback.xml +++ b/libraries/ldpath/ldpath-functions-date/src/test/resources/logback.xml @@ -17,9 +17,9 @@ <configuration> <appender name="CONSOLE" class="ch.qos.logback.core.ConsoleAppender"> - <layout class="ch.qos.logback.classic.PatternLayout"> - <Pattern>%d [%thread] %level %logger - %m%n</Pattern> - </layout> + <encoder> + <pattern>%d{HH:mm:ss.SSS} %level %logger - %m%n</pattern> + </encoder> </appender> <root level="${root-level:-INFO}"> <appender-ref ref="CONSOLE"/> http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/cedec3d2/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 5b0617d..dffe641 100644 --- a/libraries/ldpath/ldpath-functions-html/src/test/resources/logback.xml +++ b/libraries/ldpath/ldpath-functions-html/src/test/resources/logback.xml @@ -17,9 +17,9 @@ <configuration> <appender name="CONSOLE" class="ch.qos.logback.core.ConsoleAppender"> - <layout class="ch.qos.logback.classic.PatternLayout"> - <Pattern>%d [%thread] %level %logger - %m%n</Pattern> - </layout> + <encoder> + <pattern>%d{HH:mm:ss.SSS} %level %logger - %m%n</pattern> + </encoder> </appender> <root level="${root-level:-INFO}"> <appender-ref ref="CONSOLE"/> http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/cedec3d2/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 5b0617d..dffe641 100644 --- a/libraries/ldpath/ldpath-functions-math/src/test/resources/logback.xml +++ b/libraries/ldpath/ldpath-functions-math/src/test/resources/logback.xml @@ -17,9 +17,9 @@ <configuration> <appender name="CONSOLE" class="ch.qos.logback.core.ConsoleAppender"> - <layout class="ch.qos.logback.classic.PatternLayout"> - <Pattern>%d [%thread] %level %logger - %m%n</Pattern> - </layout> + <encoder> + <pattern>%d{HH:mm:ss.SSS} %level %logger - %m%n</pattern> + </encoder> </appender> <root level="${root-level:-INFO}"> <appender-ref ref="CONSOLE"/> http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/cedec3d2/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 5b0617d..dffe641 100644 --- a/libraries/ldpath/ldpath-functions-text/src/test/resources/logback.xml +++ b/libraries/ldpath/ldpath-functions-text/src/test/resources/logback.xml @@ -17,9 +17,9 @@ <configuration> <appender name="CONSOLE" class="ch.qos.logback.core.ConsoleAppender"> - <layout class="ch.qos.logback.classic.PatternLayout"> - <Pattern>%d [%thread] %level %logger - %m%n</Pattern> - </layout> + <encoder> + <pattern>%d{HH:mm:ss.SSS} %level %logger - %m%n</pattern> + </encoder> </appender> <root level="${root-level:-INFO}"> <appender-ref ref="CONSOLE"/> http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/cedec3d2/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 5b0617d..dffe641 100644 --- a/libraries/ldpath/ldpath-functions-xml/src/test/resources/logback.xml +++ b/libraries/ldpath/ldpath-functions-xml/src/test/resources/logback.xml @@ -17,9 +17,9 @@ <configuration> <appender name="CONSOLE" class="ch.qos.logback.core.ConsoleAppender"> - <layout class="ch.qos.logback.classic.PatternLayout"> - <Pattern>%d [%thread] %level %logger - %m%n</Pattern> - </layout> + <encoder> + <pattern>%d{HH:mm:ss.SSS} %level %logger - %m%n</pattern> + </encoder> </appender> <root level="${root-level:-INFO}"> <appender-ref ref="CONSOLE"/>
