hypfvieh / dbus-java

Improved version of java DBus library provided by freedesktop.org (https://dbus.freedesktop.org/doc/dbus-java/)
https://hypfvieh.github.io/dbus-java/
MIT License
185 stars 73 forks source link

Disable debugging output #102

Closed simrat39 closed 4 years ago

simrat39 commented 4 years ago

Would it be possible to disable or silence the debugging output?

simrat39 commented 4 years ago

ok i figured it out , i need to create logback.xml in resources and add

<configuration>
    <logger name="org.apache.catalina.core" level="OFF" />
</configuration>

to it