
tomately.automately-core.1.11.0.source-code.jsyncio-logging.properties Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of automately-core Show documentation
Show all versions of automately-core Show documentation
A Scalable Web Application Platform
# Log Handlers
handlers=java.util.logging.ConsoleHandler, java.util.logging.FileHandler
# Console Logging
java.util.logging.ConsoleHandler.level = INFO
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
# This is included to supress warnings from the HtmlUnit WebDriver
com.gargoylesoftware.htmlunit.level = WARNING
com.gargoylesoftware.htmlunit.javascript.StrictErrorReporter.level = OFF
com.gargoylesoftware.htmlunit.javascript.host.ActiveXObject.level = OFF
com.gargoylesoftware.htmlunit.javascript.host.html.HTMLDocument.level = OFF
com.gargoylesoftware.htmlunit.html.HtmlScript.level = OFF
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