StorMan uses its proprietary StorMan Logging facility in /var/opt/SMAWstor/StorMan/log/
for diagnostic purpose. The logging level is set by CLI command storparam
and/or StorManWebUI.
StorMan supports a maximal retention time for logging files. It is defined in the inititalization file smserver.ini
.
The parameter TraceFileMaxAge
defines the number of days that the log files are kept.
The default value when running in M2000 is TraceFileMaxAge = 90
(means 90 days).
Example:
TraceFileMaxAge = 7
means 7 days
The effect of the parameter:
StorMan log-files are zipped when reaching the size of 100 MB or latest when changing the date.
All log-files and zip-files with content older than the number of days specified by
TraceFileMaxAge
are removed (i.e. all files starting withstormanTrace*
).