This is a discussion on Logging with automatic log file rotation - Protocols ; Today someone who used Kermit to log call records from a PBX asked if there was a way to rotate the log automatically on a daily basis. This question comes up occasionally so I put a script that shows how ...
Today someone who used Kermit to log call records from a PBX asked if
there was a way to rotate the log automatically on a daily basis.
This question comes up occasionally so I put a script that shows how
to do it in the script library:
http://www.columbia.edu/kermit/ckscripts.html#logging
as "daily-session-log".
- Frank