update to 1.2.0-SNAPSHOT, removed internal logback.xml

This commit is contained in:
Roberto Cirillo 2022-02-10 10:45:55 +01:00
parent 97184640f1
commit 14c5597d30
2 changed files with 2 additions and 19 deletions

View File

@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.gcube.data-access</groupId>
<artifactId>sh-fuse-integration</artifactId>
<version>1.1.1</version>
<version>1.2.0-SNAPSHOT</version>
<name>SHFuseIntegration</name>
<parent>
@ -117,4 +117,4 @@
</plugin>
</plugins>
</build>
</project>
</project>

View File

@ -1,17 +0,0 @@
<configuration>
<appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender">
<encoder>
<pattern>%d{HH:mm:ss.SSS} [%thread] %-5level %logger{0}: %msg%n</pattern>
</encoder>
</appender>
<logger name="org.gcube.data.access.storagehub.fs" level="WARN" />
<logger name="org.gcube" level="WARN" />
<root level="WARN">
<appender-ref ref="STDOUT" />
</root>
</configuration>