2022

Page tree
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Description:

Each sync run would create a log file and also all the process run details would be recorded as logs in catalina.out log file. It keeps growing in size and when you have limited available space on your machine or server it is better to set the level of log so you would save some space or all without creating any log at all.

Solution:

You can set the property such to turn off the creation of log files in logging.properties file located under <<install-directory>>/conf. Edit the file logging.properties and set the 1catalina.org.apache.juli.FileHandler.level = OFF property value to OFF as shown in the below image.

You can also restrict the size of the project logs by editing the file system.properties file located under <<install-directory>>\CloudWF\WEB-INF\conf and set the property log.max.size=0, which does not create large log files, it just creates a empty file.

  • No labels