...
- To create a log file for each Caringo Swarm product, you can configure a log file per logging facility. For example:
...
$template CaringoFormat,"%fromhost-ip% %rawmsg%\n"
$ActionFileDefaultTemplate CaringoFormat
:msg, contains, "Are we really paused?" ~
:msg, contains, "has paused its production of data for the requestor" ~
:msg, contains, "ANNOUNCE: None" ~
NOTE: Make sure that you include the logging directory and or specific log files in your logrotate configuration. Otherwise the logs may grow out of control! You can mirror what is done in the CSN.
...