Modifying size limit and rollover count for VRTSweb logs

You can modify the maximum size limit and rollover count for logs maintained by VRTSweb only from the command line.

To modify the size limit and rollover count for logs

For example:

webgui log vrtsweb_size=100000 vrtsweb_count=4

webgui log err_size=200000

webgui log webapps_count=4

The following table describes the command parameters:

Parameter

Description

vrtsweb_size 

The size of the file _vrtsweb.log, which contains the Web server logs and the tomcat container related logs.  

vrtsweb_count 

The count for the file _vrtsweb.log. 

command_size 

The size of the file _command.log, which contains the logs related to administrative commands. 

command_count 

The count for the file _command.log. 

binary_size 

The size of the file _binary.log, which contains the binary representation of other log files. 

binary_count 

The count for the file _binary.log. 

jvm_size 

The size of the file _jvm.log, which contains JVM-related measurements. The file records the memory that is consumed by the JVM at various times. 

jvm_count 

The count for the file _jvm.log. 

protocol_client_size 

The size of the file _protocol_client.log, which contains the communication sent (and received) between various utilities and the server. 

protocol_client_count 

The count for the file _protocol_client.log. 

protocol_server_size 

The size of the file _protocol_server.log, which contains the communication sent (and received) by the server to various utilities. 

protocol_server_count 

The count for the file _protocol_server.log. 

out_size 

The size of the file _out.log, which contains messages that are logged to the standard output stream of the JVM. 

out_count 

The count for the file _out.log. 

err_size 

The size of the file _err.log, which contains messages that are logged to the standard error stream of the JVM, including any stack traces. 

err_count 

The count for the file _err.log. 

webapps_size 

The default size for log files of all Web applications running VRTSweb. Individual Web applications can override this default value. 

webapps_count 

The count for log files of all Web applications running VRTSweb. Individual Web applications can override this default value.