WIP: bug/22814 #1
|
@ -2,6 +2,11 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
|
||||||
|
|
||||||
# Changelog for org.gcube.data-access.sh-fuse-integration
|
# Changelog for org.gcube.data-access.sh-fuse-integration
|
||||||
|
|
||||||
|
## [v1.2.0-SNAPSHOT] 2022-02-10
|
||||||
|
|
||||||
|
### Fixes
|
||||||
|
- removed internal logback.xml #22814
|
||||||
|
|
||||||
## [v1.1.1] 2021-01-15
|
## [v1.1.1] 2021-01-15
|
||||||
|
|
||||||
### Fixes
|
### Fixes
|
||||||
|
|
2
pom.xml
2
pom.xml
|
@ -4,7 +4,7 @@
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>org.gcube.data-access</groupId>
|
<groupId>org.gcube.data-access</groupId>
|
||||||
<artifactId>sh-fuse-integration</artifactId>
|
<artifactId>sh-fuse-integration</artifactId>
|
||||||
<version>1.1.1</version>
|
<version>1.2.0-SNAPSHOT</version>
|
||||||
<name>SHFuseIntegration</name>
|
<name>SHFuseIntegration</name>
|
||||||
|
|
||||||
<parent>
|
<parent>
|
||||||
|
|
|
@ -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>
|
|
Loading…
Reference in New Issue