2022

Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Description:

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

Solution:

You can set the property - such to as, turn off the creation of creating log files - in logging.properties file. The file is 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 . This will not create large log files; instead, it will just creates a create an empty file.