From 452d39749878a095a7b3ee4231fa90ade7fe9d1c Mon Sep 17 00:00:00 2001 From: Sergio Sanchez Date: Fri, 8 Dec 2017 14:07:49 +0200 Subject: [PATCH] Updated logging settings for VIC Set new defaults for the logging in VIC: - up to 25 rolling files - up to ~200MB per file Change-Id: I8085055f9055e44540f18859b2b72c50fc200a7e Reviewed-on: http://bellevue-ci.eng.vmware.com:8080/22936 Upgrade-Verified: jenkins Bellevue-Verified: jenkins CS-Verified: jenkins Closures-Verified: jenkins Reviewed-by: Lazarin Lazarov --- host/logging-vic.properties | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/host/logging-vic.properties b/host/logging-vic.properties index 75eb1b353..0da2212ee 100644 --- a/host/logging-vic.properties +++ b/host/logging-vic.properties @@ -16,7 +16,7 @@ java.util.logging.FileHandler.pattern = /admiral/log/xenonHost.%g.log java.util.logging.FileHandler.append = true # how many output files to cycle through (default 5) -java.util.logging.FileHandler.count=5 +java.util.logging.FileHandler.count=25 -# an approximate maximum amount to write (in bytes) to any one file (default 1GB) -java.util.logging.FileHandler.limit=1000000000 +# an approximate maximum amount to write (in bytes) to any one file (default 200MB) +java.util.logging.FileHandler.limit=200000000