I’m investigating the ability of shipping engine information elsewhere in order to apply some logic and output (real-time/historical) metrics [1].
The issue is that some of the more interesting data that comes out of cloverleaf’s process logs has way too much information to store on disk for any amount of time. Specifically message text on the ‘OB post-SMS message details’ events.
I’d hate to have to intercept the logs, grep out the useful information, and then write the rest to the disk for archiving. Ideally the data I want should be written to another file that I can truncate as needed without compromising my normal log information.
Any ideas are welcome.