Skip to content

Commit

Permalink
Put logback-test.xml to all resources (and add java/.gitkeep where ap…
Browse files Browse the repository at this point in the history
…propriate)
  • Loading branch information
koppor committed Jun 21, 2018
1 parent 9e5d70f commit d905954
Show file tree
Hide file tree
Showing 21 changed files with 765 additions and 0 deletions.
@@ -0,0 +1,51 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~ Copyright (c) 2017-2018 Contributors to the Eclipse Foundation
~
~ See the NOTICE file(s) distributed with this work for additional
~ information regarding copyright ownership.
~
~ This program and the accompanying materials are made available under the
~ terms of the Eclipse Public License 2.0 which is available at
~ http://www.eclipse.org/legal/epl-2.0, or the Apache Software License 2.0
~ which is available at https://www.apache.org/licenses/LICENSE-2.0.
~
~ SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->

<configuration>

<appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender">
<filter class="ch.qos.logback.classic.filter.ThresholdFilter">
<level>INFO</level>
</filter>
<encoder>
<pattern>%d{HH:mm:ss.SSS} [%thread] %-5level %logger{36}:%line %method - %msg%n</pattern>
</encoder>
</appender>

<appender name="FILE" class="ch.qos.logback.core.FileAppender">
<file>${user.home}/winery-debug.log</file>
<encoder>
<pattern>%d{HH:mm:ss.SSS} [%thread] %-5level %logger{36}:%line %method - %msg%n</pattern>
</encoder>
</appender>

<logger name="org.eclipse.winery" level="TRACE"/>
<logger name="org.eclipse.winery.repository.export.ToscaExportUtil" level="TRACE"/>
<logger name="org.eclipse.winery.repository.export.CsarExporter" level="TRACE"/>
<logger name="org.eclipse.winery.repository.backend.filebased.GitBasedRepository" level="TRACE"/>
<logger name="org.eclipse.winery.repository.importing.CsarImporter" level="TRACE"/>
<logger name="org.eclipse.winery.repository.JAXBSupport" level="DEBUG"/>
<logger name="org.eclipse.winery.repository.Utils" level="TRACE"/>

<logger name="org.apache.catalina.core.ApplicationDispatcher" level="SEVERE"/>
<logger name="org.apache.http" level="WARN"/>
<logger name="org.eclipse.jetty" level="WARN"/>
<logger name="org.eclipse.jgit" level="WARN"/>

<root level="TRACE">
<appender-ref ref="STDOUT"/>
<appender-ref ref="FILE"/>
</root>
</configuration>
51 changes: 51 additions & 0 deletions org.eclipse.winery.common/src/test/resources/logback-test.xml
@@ -0,0 +1,51 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~ Copyright (c) 2017-2018 Contributors to the Eclipse Foundation
~
~ See the NOTICE file(s) distributed with this work for additional
~ information regarding copyright ownership.
~
~ This program and the accompanying materials are made available under the
~ terms of the Eclipse Public License 2.0 which is available at
~ http://www.eclipse.org/legal/epl-2.0, or the Apache Software License 2.0
~ which is available at https://www.apache.org/licenses/LICENSE-2.0.
~
~ SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->

<configuration>

<appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender">
<filter class="ch.qos.logback.classic.filter.ThresholdFilter">
<level>INFO</level>
</filter>
<encoder>
<pattern>%d{HH:mm:ss.SSS} [%thread] %-5level %logger{36}:%line %method - %msg%n</pattern>
</encoder>
</appender>

<appender name="FILE" class="ch.qos.logback.core.FileAppender">
<file>${user.home}/winery-debug.log</file>
<encoder>
<pattern>%d{HH:mm:ss.SSS} [%thread] %-5level %logger{36}:%line %method - %msg%n</pattern>
</encoder>
</appender>

<logger name="org.eclipse.winery" level="TRACE"/>
<logger name="org.eclipse.winery.repository.export.ToscaExportUtil" level="TRACE"/>
<logger name="org.eclipse.winery.repository.export.CsarExporter" level="TRACE"/>
<logger name="org.eclipse.winery.repository.backend.filebased.GitBasedRepository" level="TRACE"/>
<logger name="org.eclipse.winery.repository.importing.CsarImporter" level="TRACE"/>
<logger name="org.eclipse.winery.repository.JAXBSupport" level="DEBUG"/>
<logger name="org.eclipse.winery.repository.Utils" level="TRACE"/>

<logger name="org.apache.catalina.core.ApplicationDispatcher" level="SEVERE"/>
<logger name="org.apache.http" level="WARN"/>
<logger name="org.eclipse.jetty" level="WARN"/>
<logger name="org.eclipse.jgit" level="WARN"/>

<root level="TRACE">
<appender-ref ref="STDOUT"/>
<appender-ref ref="FILE"/>
</root>
</configuration>
51 changes: 51 additions & 0 deletions org.eclipse.winery.compliance/src/test/resources/logback-test.xml
@@ -0,0 +1,51 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~ Copyright (c) 2017-2018 Contributors to the Eclipse Foundation
~
~ See the NOTICE file(s) distributed with this work for additional
~ information regarding copyright ownership.
~
~ This program and the accompanying materials are made available under the
~ terms of the Eclipse Public License 2.0 which is available at
~ http://www.eclipse.org/legal/epl-2.0, or the Apache Software License 2.0
~ which is available at https://www.apache.org/licenses/LICENSE-2.0.
~
~ SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->

<configuration>

<appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender">
<filter class="ch.qos.logback.classic.filter.ThresholdFilter">
<level>INFO</level>
</filter>
<encoder>
<pattern>%d{HH:mm:ss.SSS} [%thread] %-5level %logger{36}:%line %method - %msg%n</pattern>
</encoder>
</appender>

<appender name="FILE" class="ch.qos.logback.core.FileAppender">
<file>${user.home}/winery-debug.log</file>
<encoder>
<pattern>%d{HH:mm:ss.SSS} [%thread] %-5level %logger{36}:%line %method - %msg%n</pattern>
</encoder>
</appender>

<logger name="org.eclipse.winery" level="TRACE"/>
<logger name="org.eclipse.winery.repository.export.ToscaExportUtil" level="TRACE"/>
<logger name="org.eclipse.winery.repository.export.CsarExporter" level="TRACE"/>
<logger name="org.eclipse.winery.repository.backend.filebased.GitBasedRepository" level="TRACE"/>
<logger name="org.eclipse.winery.repository.importing.CsarImporter" level="TRACE"/>
<logger name="org.eclipse.winery.repository.JAXBSupport" level="DEBUG"/>
<logger name="org.eclipse.winery.repository.Utils" level="TRACE"/>

<logger name="org.apache.catalina.core.ApplicationDispatcher" level="SEVERE"/>
<logger name="org.apache.http" level="WARN"/>
<logger name="org.eclipse.jetty" level="WARN"/>
<logger name="org.eclipse.jgit" level="WARN"/>

<root level="TRACE">
<appender-ref ref="STDOUT"/>
<appender-ref ref="FILE"/>
</root>
</configuration>
@@ -0,0 +1,51 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~ Copyright (c) 2017-2018 Contributors to the Eclipse Foundation
~
~ See the NOTICE file(s) distributed with this work for additional
~ information regarding copyright ownership.
~
~ This program and the accompanying materials are made available under the
~ terms of the Eclipse Public License 2.0 which is available at
~ http://www.eclipse.org/legal/epl-2.0, or the Apache Software License 2.0
~ which is available at https://www.apache.org/licenses/LICENSE-2.0.
~
~ SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->

<configuration>

<appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender">
<filter class="ch.qos.logback.classic.filter.ThresholdFilter">
<level>INFO</level>
</filter>
<encoder>
<pattern>%d{HH:mm:ss.SSS} [%thread] %-5level %logger{36}:%line %method - %msg%n</pattern>
</encoder>
</appender>

<appender name="FILE" class="ch.qos.logback.core.FileAppender">
<file>${user.home}/winery-debug.log</file>
<encoder>
<pattern>%d{HH:mm:ss.SSS} [%thread] %-5level %logger{36}:%line %method - %msg%n</pattern>
</encoder>
</appender>

<logger name="org.eclipse.winery" level="TRACE"/>
<logger name="org.eclipse.winery.repository.export.ToscaExportUtil" level="TRACE"/>
<logger name="org.eclipse.winery.repository.export.CsarExporter" level="TRACE"/>
<logger name="org.eclipse.winery.repository.backend.filebased.GitBasedRepository" level="TRACE"/>
<logger name="org.eclipse.winery.repository.importing.CsarImporter" level="TRACE"/>
<logger name="org.eclipse.winery.repository.JAXBSupport" level="DEBUG"/>
<logger name="org.eclipse.winery.repository.Utils" level="TRACE"/>

<logger name="org.apache.catalina.core.ApplicationDispatcher" level="SEVERE"/>
<logger name="org.apache.http" level="WARN"/>
<logger name="org.eclipse.jetty" level="WARN"/>
<logger name="org.eclipse.jgit" level="WARN"/>

<root level="TRACE">
<appender-ref ref="STDOUT"/>
<appender-ref ref="FILE"/>
</root>
</configuration>
@@ -0,0 +1,51 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~ Copyright (c) 2017-2018 Contributors to the Eclipse Foundation
~
~ See the NOTICE file(s) distributed with this work for additional
~ information regarding copyright ownership.
~
~ This program and the accompanying materials are made available under the
~ terms of the Eclipse Public License 2.0 which is available at
~ http://www.eclipse.org/legal/epl-2.0, or the Apache Software License 2.0
~ which is available at https://www.apache.org/licenses/LICENSE-2.0.
~
~ SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->

<configuration>

<appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender">
<filter class="ch.qos.logback.classic.filter.ThresholdFilter">
<level>INFO</level>
</filter>
<encoder>
<pattern>%d{HH:mm:ss.SSS} [%thread] %-5level %logger{36}:%line %method - %msg%n</pattern>
</encoder>
</appender>

<appender name="FILE" class="ch.qos.logback.core.FileAppender">
<file>${user.home}/winery-debug.log</file>
<encoder>
<pattern>%d{HH:mm:ss.SSS} [%thread] %-5level %logger{36}:%line %method - %msg%n</pattern>
</encoder>
</appender>

<logger name="org.eclipse.winery" level="TRACE"/>
<logger name="org.eclipse.winery.repository.export.ToscaExportUtil" level="TRACE"/>
<logger name="org.eclipse.winery.repository.export.CsarExporter" level="TRACE"/>
<logger name="org.eclipse.winery.repository.backend.filebased.GitBasedRepository" level="TRACE"/>
<logger name="org.eclipse.winery.repository.importing.CsarImporter" level="TRACE"/>
<logger name="org.eclipse.winery.repository.JAXBSupport" level="DEBUG"/>
<logger name="org.eclipse.winery.repository.Utils" level="TRACE"/>

<logger name="org.apache.catalina.core.ApplicationDispatcher" level="SEVERE"/>
<logger name="org.apache.http" level="WARN"/>
<logger name="org.eclipse.jetty" level="WARN"/>
<logger name="org.eclipse.jgit" level="WARN"/>

<root level="TRACE">
<appender-ref ref="STDOUT"/>
<appender-ref ref="FILE"/>
</root>
</configuration>
Empty file.
@@ -0,0 +1,51 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~ Copyright (c) 2017-2018 Contributors to the Eclipse Foundation
~
~ See the NOTICE file(s) distributed with this work for additional
~ information regarding copyright ownership.
~
~ This program and the accompanying materials are made available under the
~ terms of the Eclipse Public License 2.0 which is available at
~ http://www.eclipse.org/legal/epl-2.0, or the Apache Software License 2.0
~ which is available at https://www.apache.org/licenses/LICENSE-2.0.
~
~ SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->

<configuration>

<appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender">
<filter class="ch.qos.logback.classic.filter.ThresholdFilter">
<level>INFO</level>
</filter>
<encoder>
<pattern>%d{HH:mm:ss.SSS} [%thread] %-5level %logger{36}:%line %method - %msg%n</pattern>
</encoder>
</appender>

<appender name="FILE" class="ch.qos.logback.core.FileAppender">
<file>${user.home}/winery-debug.log</file>
<encoder>
<pattern>%d{HH:mm:ss.SSS} [%thread] %-5level %logger{36}:%line %method - %msg%n</pattern>
</encoder>
</appender>

<logger name="org.eclipse.winery" level="TRACE"/>
<logger name="org.eclipse.winery.repository.export.ToscaExportUtil" level="TRACE"/>
<logger name="org.eclipse.winery.repository.export.CsarExporter" level="TRACE"/>
<logger name="org.eclipse.winery.repository.backend.filebased.GitBasedRepository" level="TRACE"/>
<logger name="org.eclipse.winery.repository.importing.CsarImporter" level="TRACE"/>
<logger name="org.eclipse.winery.repository.JAXBSupport" level="DEBUG"/>
<logger name="org.eclipse.winery.repository.Utils" level="TRACE"/>

<logger name="org.apache.catalina.core.ApplicationDispatcher" level="SEVERE"/>
<logger name="org.apache.http" level="WARN"/>
<logger name="org.eclipse.jetty" level="WARN"/>
<logger name="org.eclipse.jgit" level="WARN"/>

<root level="TRACE">
<appender-ref ref="STDOUT"/>
<appender-ref ref="FILE"/>
</root>
</configuration>
Empty file.
@@ -0,0 +1,51 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~ Copyright (c) 2017-2018 Contributors to the Eclipse Foundation
~
~ See the NOTICE file(s) distributed with this work for additional
~ information regarding copyright ownership.
~
~ This program and the accompanying materials are made available under the
~ terms of the Eclipse Public License 2.0 which is available at
~ http://www.eclipse.org/legal/epl-2.0, or the Apache Software License 2.0
~ which is available at https://www.apache.org/licenses/LICENSE-2.0.
~
~ SPDX-License-Identifier: EPL-2.0 OR Apache-2.0
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~-->

<configuration>

<appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender">
<filter class="ch.qos.logback.classic.filter.ThresholdFilter">
<level>INFO</level>
</filter>
<encoder>
<pattern>%d{HH:mm:ss.SSS} [%thread] %-5level %logger{36}:%line %method - %msg%n</pattern>
</encoder>
</appender>

<appender name="FILE" class="ch.qos.logback.core.FileAppender">
<file>${user.home}/winery-debug.log</file>
<encoder>
<pattern>%d{HH:mm:ss.SSS} [%thread] %-5level %logger{36}:%line %method - %msg%n</pattern>
</encoder>
</appender>

<logger name="org.eclipse.winery" level="TRACE"/>
<logger name="org.eclipse.winery.repository.export.ToscaExportUtil" level="TRACE"/>
<logger name="org.eclipse.winery.repository.export.CsarExporter" level="TRACE"/>
<logger name="org.eclipse.winery.repository.backend.filebased.GitBasedRepository" level="TRACE"/>
<logger name="org.eclipse.winery.repository.importing.CsarImporter" level="TRACE"/>
<logger name="org.eclipse.winery.repository.JAXBSupport" level="DEBUG"/>
<logger name="org.eclipse.winery.repository.Utils" level="TRACE"/>

<logger name="org.apache.catalina.core.ApplicationDispatcher" level="SEVERE"/>
<logger name="org.apache.http" level="WARN"/>
<logger name="org.eclipse.jetty" level="WARN"/>
<logger name="org.eclipse.jgit" level="WARN"/>

<root level="TRACE">
<appender-ref ref="STDOUT"/>
<appender-ref ref="FILE"/>
</root>
</configuration>
Empty file.

0 comments on commit d905954

Please sign in to comment.