Hi,
in OverbyteIcsSysLogServer.pas is a little error.
Example: Debian send <30>Feb 15 17:46:02 mailserver /etc/mysql/debian-start[826]: Triggering myisam-recover for all MyISAM tables and aria-recover for all Aria tables
then crashed the application.
I have changed the line 209 in OverbyteIcsSysLogServer.pas
From:
(RawMessage[Index] = '_')
To:
(RawMessage[Index] = '_') or (RawMessage[Index] = '/')