Log Configuration for WVService
search cancel

Log Configuration for WVService

book

Article ID: 116903

calendar_today

Updated On:

Products

CA Application Performance Management Agent (APM / Wily / Introscope) INTROSCOPE

Issue/Introduction



How do I control the size and log rotation behaviour of the WVService.log file in the EM_HOME\logs folder?

Environment

Release:
Component: INTWEB

Resolution

The EM_HOME\bin\WVService.conf file controls the behaviour of the WVService.log file.

See the following parameters:

# Log file to use for wrapper output logging.
wrapper.logfile=./logs/WVService.log

# Log Level for log file output. (See JSW docs for log levels)
wrapper.logfile.loglevel=INFO

# Maximum size that the log file will be allowed to grow to before
# the log is rolled. Size is specified in bytes. The default value
# of 0, disables log rolling. May abbreviate with the 'k' (kb) or
# 'm' (mb) suffix. For example: 10m = 10 megabytes.
wrapper.logfile.maxsize=10m

# Maximum number of rolled log files which will be allowed before old
# files are deleted. The default value of 0 implies no limit.
wrapper.logfile.maxfiles=0