
software.jsync.io.1.10.0.source-code.logging.properties Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jsync.io Show documentation
Show all versions of jsync.io Show documentation
jsync.io is a non-blocking, event-driven networking framework for Java
# Log Handlers
handlers=java.util.logging.ConsoleHandler, java.util.logging.FileHandler
# Console Logging
java.util.logging.ConsoleHandler.level = FINE
java.util.logging.ConsoleHandler.formatter = io.jsync.logging.impl.DefaultLoggerFormatter
# File Logging
java.util.logging.FileHandler.pattern = jsync.io.%u.log
java.util.logging.FileHandler.formatter = io.jsync.logging.impl.DefaultLoggerFormatter
java.util.logging.FileHandler.level = INFO
io.netty.util.internal.PlatformDependent.level=SEVERE
# Log4j Settings
log4j.rootLogger=ERROR
# Log Levels
.level=INFO
io.jsync.level=INFO
com.hazelcast.level=WARNING
© 2015 - 2025 Weber Informatics LLC | Privacy Policy