Skip to content

Commit

Permalink
switch to JUL (for now)
Browse files Browse the repository at this point in the history
  • Loading branch information
infeo committed Sep 5, 2024
1 parent 52543c2 commit aecf18c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 24 deletions.
12 changes: 3 additions & 9 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
<cryptofs.version>2.7.0-beta1</cryptofs.version>
<webdav-nio.version>2.0.6</webdav-nio.version>
<fuse-nio.version>5.0.0</fuse-nio.version>
<logback.version>1.5.6</logback.version>
<slf4j.version>2.0.16</slf4j.version>

<!-- build dependencies -->
Expand Down Expand Up @@ -87,14 +86,9 @@
<version>${slf4j.version}</version>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-core</artifactId>
<version>${logback.version}</version>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>${logback.version}</version>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-jdk14</artifactId>
<version>${slf4j.version}</version>
</dependency>
</dependencies>

Expand Down
15 changes: 0 additions & 15 deletions src/main/resources/logback.xml

This file was deleted.

6 changes: 6 additions & 0 deletions src/main/resources/logging.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
handlers = java.util.logging.ConsoleHandler
java.util.logging.ConsoleHandler.formatter = java.util.logging.SimpleFormatter
java.util.logging.SimpleFormatter.format = %4$s: %5$s

.level = ERROR
org.cryptomator.cli.level = INFO

0 comments on commit aecf18c

Please sign in to comment.