Skip to content

Commit e8b20f0

Browse files
committed
feat: Routes logs from slf4j to java logging.
1 parent f153ab2 commit e8b20f0

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

jvb/pom.xml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
<properties>
1818
<assembly.skipAssembly>false</assembly.skipAssembly>
1919
<exec.mainClass>org.jitsi.videobridge.MainKt</exec.mainClass>
20+
<slf4j.version>1.7.32</slf4j.version>
2021
</properties>
2122

2223
<profiles>
@@ -114,7 +115,12 @@
114115
<dependency>
115116
<groupId>org.slf4j</groupId>
116117
<artifactId>slf4j-api</artifactId>
117-
<version>1.7.32</version>
118+
<version>${slf4j.version}</version>
119+
</dependency>
120+
<dependency>
121+
<groupId>org.slf4j</groupId>
122+
<artifactId>slf4j-jdk14</artifactId>
123+
<version>${slf4j.version}</version>
118124
</dependency>
119125
<dependency>
120126
<groupId>${project.groupId}</groupId>

0 commit comments

Comments
 (0)