Wrapper.log

Is there a way to increase the number of wrapper.log files the system keeps around?
Currently our system keeps the current plus 5 log files, is there a way to increase it to say 10 or 20?

Thank you!

Sure!

In the data folder where Ignition is installed, you’ll find the ignition.conf file. Here’s the relevant portion (file size and number of files are toward the bottom):

[code]#********************************************************************

Wrapper Logging Properties

#********************************************************************

Enables Debug output from the Wrapper.

wrapper.debug=TRUE

Format of output for the console. (See docs for formats)

wrapper.console.format=PM

Log Level for console output. (See docs for log levels)

wrapper.console.loglevel=INFO

Log file to use for wrapper output logging.

wrapper.logfile=logs/wrapper.log

Format of output for the log file. (See docs for formats)

wrapper.logfile.format=LPTM

Log Level for log file output. (See 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=5

Log Level for sys/event log output. (See docs for log levels)

wrapper.syslog.loglevel=NONE[/code]

Is it possible to change where the files are saved, like another disk?

Yes, by changing the wrapper.logfile property:
https://wrapper.tanukisoftware.com/doc/english/prop-logfile.html