Log Manage Configuration

<< Click to Display Table of Contents >>

Current:  System Management  > System Attribute Configuration 

Log Manage Configuration

Previous pageReturn to chapter overviewNext page

The user can configure some attributes for Log Manage.

 

The log is printed in console

Configure the attribute: log.to.console=xxx in bi.properties. xxx can be true or false, and the default value is true. When the value is true, the log of linux is written in catalina.out file, and the windows prints the log in console; when the value is false, the log of linux will not be written in catalina.out file, and the log of windows will not be printed in console. 

 

The physical size of log file

Configure the attribute: file.log.limit=xxx in bi.properties. xxx is the size of file, and the unit is M, and the default value is 50. When the size of log file is over 50M, multiple log files will be generated.

 

The cycle of storage log file

Configure the attribute: file.log.days=xxx in bi.properties. xxx is the number of days, and the default value is 30. When the log file exceeds 30 days, the log file will be automatically eliminated.