Hi @John Jessee
UNIX and Linux do not limit the size of the agent log files. In order to control the maximum size of the log files, implement a process to manage the log files. For example, the standard utility logrotate is available on many UNIX and Linux operating systems. The logrotate utility can be configured to control the log files used by the Operations Manager Agents for UNIX or Linux.
The following example demonstrates a configuration file to rotate the scx.log files as well as omiserver.log with the logrotate utility of Linux. Typically, logrotate will run as a scheduled job (with crond) and act on configuration files found in /etc/logrotate.d. To test and use this configuration file, modify the configuration to be appropriate for your environment, and link or save the file in /etc/logrotate.d.
https://learn.microsoft.com/en-us/system-center/scom/manage-monitoring-unix-linux?view=sc-om-2019#example-logrotate-configuration-file
https://www.redhat.com/sysadmin/setting-logrotate
If the Answer is helpful, please click Accept Answer
and up-vote, this can be beneficial to other community members.