summaryrefslogtreecommitdiffstats
path: root/base/common/share
diff options
context:
space:
mode:
authorEndi S. Dewata <edewata@redhat.com>2016-11-17 00:27:58 +0100
committerEndi S. Dewata <edewata@redhat.com>2016-11-18 02:41:31 +0100
commite674bc51b4d23bc362a1312addd0b09625cf5747 (patch)
tree88f6f3a9f1cfa3f24b609b0553006e02ba44c3e3 /base/common/share
parent3d1b89070c252668352be34c1ed98aaa2e4ee199 (diff)
downloadpki-e674bc51b4d23bc362a1312addd0b09625cf5747.tar.gz
pki-e674bc51b4d23bc362a1312addd0b09625cf5747.tar.xz
pki-e674bc51b4d23bc362a1312addd0b09625cf5747.zip
Updated logging.properties.
To reduce maintenance the logging.properties is no longer copied into the instance folder during deployment. Instead, a link will be created in /etc/pki/<instance> pointing to the default file in /usr/share/pki/server/conf. The default logging.properties has been updated to only log messages with level WARNING or higher on the console. https://fedorahosted.org/pki/ticket/1897
Diffstat (limited to 'base/common/share')
-rw-r--r--base/common/share/etc/logging.properties1
1 files changed, 1 insertions, 0 deletions
diff --git a/base/common/share/etc/logging.properties b/base/common/share/etc/logging.properties
index bd5b5b627..fe879c46e 100644
--- a/base/common/share/etc/logging.properties
+++ b/base/common/share/etc/logging.properties
@@ -26,3 +26,4 @@ java.util.logging.ConsoleHandler.formatter = java.util.logging.SimpleFormatter
java.util.logging.SimpleFormatter.format = %4$s: %5$s%6$s%n
.level = WARNING
+.handlers = java.util.logging.ConsoleHandler