-os option

Sets the maximum size of the MobiLink server message log file, after which a new log file with a new name is created and used.

Syntax
mlsrv11 -c "connection-string" -os size [ k | m ] ...
Remarks

The size is the maximum file size for logging output messages. The default unit is bytes. Use the suffix k or m to specify units of kilobytes or megabytes, respectively. The minimum size limit is 10 KB.

Before the MobiLink server logs output messages to a file, it checks the current file size. If the log message makes the file size exceed the specified size, the MobiLink server renames the message log file to yymmddxx.mls, where xx is a number from 00 to 99, and yymmdd represents the current year, month, and day.

You can use this option to prune old message log files to free up disk space. The latest output is always appended to the file specified by -o or -ot.

You cannot use this option with the -on option.

Note

This option makes an unlimited number of log files. To avoid this situation, use -o or -on.

See also