mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-15 22:36:23 +01:00
10 lines
496 B
Text
10 lines
496 B
Text
handlers = java.util.logging.ConsoleHandler
|
|
java.util.logging.ConsoleHandler.level = ALL
|
|
java.util.logging.ConsoleHandler.formatter = net.java.sip.communicator.util.ScLogFormatter
|
|
.level = INFO
|
|
net.sf.level = SEVERE
|
|
net.java.sip.communicator.plugin.reconnectplugin.level = FINE
|
|
org.ice4j.level = SEVERE
|
|
org.jitsi.impl.neomedia.level = SEVERE
|
|
net.java.sip.communicator.service.resources.AbstractResourcesService.level = SEVERE
|
|
net.java.sip.communicator.util.ScLogFormatter.disableTimestamp = true
|