mirror of
https://github.com/sparrowwallet/sparrow.git
synced 2024-11-05 05:46:44 +00:00
followup to jul logging bridge
This commit is contained in:
parent
b9caff352b
commit
5bee26a8cc
1 changed files with 4 additions and 3 deletions
|
@ -1,11 +1,12 @@
|
|||
<configuration>
|
||||
<configuration debug="true">
|
||||
<statusListener class="ch.qos.logback.core.status.NopStatusListener" />
|
||||
<contextListener class="ch.qos.logback.classic.jul.LevelChangePropagator"/>
|
||||
|
||||
<logger name="com.github.sarxos.webcam.Webcam" level="OFF"/>
|
||||
<logger name="com.github.sarxos.webcam.ds.cgt.WebcamOpenTask" level="OFF"/>
|
||||
<logger name="com.github.sarxos.webcam.ds.cgt.WebcamCloseTask" level="OFF"/>
|
||||
<logger name="javafx.scene.CssStyleHelper" level="OFF"/>
|
||||
<logger name="javafx.css" level="ERROR"/>
|
||||
|
||||
<contextListener class="ch.qos.logback.classic.jul.LevelChangePropagator"/>
|
||||
|
||||
<define name="appDir" class="com.sparrowwallet.drongo.PropertyDefiner">
|
||||
<application>sparrow</application>
|
||||
|
|
Loading…
Reference in a new issue