Reduce default logging.

This commit is contained in:
Michael Lipp 2025-03-14 21:16:01 +01:00
parent a3d6db3178
commit 1b1e5ffb8c

View file

@ -1,6 +1,6 @@
#
# VM-Operator
# Copyright (C) 2023 Michael N. Lipp
# Copyright (C) 2025 Michael N. Lipp
#
# This program is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by
@ -19,10 +19,7 @@
handlers=java.util.logging.ConsoleHandler, \
org.jgrapes.webconlet.logviewer.LogViewerHandler
org.jgrapes.level=FINE
org.jgrapes.core.handlerTracking.level=FINER
org.jdrupes.vmoperator.manager.level=FINE
org.jdrupes.vmoperator.level=FINE
java.util.logging.ConsoleHandler.level=ALL
java.util.logging.ConsoleHandler.formatter=java.util.logging.SimpleFormatter