Authors: russell@unturf.com · brackishbert@gmail.com · foxhop.net · TimeHexOn.com Patches, unit tests, benchmarks, whitepaper, and outreach briefs. Public domain — no copyright claimed. Use freely.
8 lines
302 B
Properties
8 lines
302 B
Properties
############################################################
|
|
# java.lang.Runtime logging level to console to INFO
|
|
############################################################
|
|
|
|
handlers= java.util.logging.ConsoleHandler
|
|
|
|
java.util.logging.ConsoleHandler.level = ALL
|
|
java.lang.Runtime.level = INFO
|