Skip to content
This repository has been archived by the owner on Aug 26, 2021. It is now read-only.

Commit

Permalink
Updated logging settings for VIC
Browse files Browse the repository at this point in the history
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 <jenkins@vmware.com>
Bellevue-Verified: jenkins <jenkins@vmware.com>
CS-Verified: jenkins <jenkins@vmware.com>
Closures-Verified: jenkins <jenkins@vmware.com>
Reviewed-by: Lazarin Lazarov <llazarov@vmware.com>
  • Loading branch information
Sergio Sanchez committed Dec 8, 2017
1 parent 74decae commit 452d397
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions host/logging-vic.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 452d397

Please sign in to comment.