3 Aug
2007
3 Aug
'07
8:38 a.m.
On Thu, 2007-08-02 at 16:14 -0400, Darwin, Samuel wrote:
Hi,
I was thinking that some sylog-ng logs might look more readable with an additional newline character after each logged entry. I mean, to separate each log entry with an empty line.
Is there any easy way to add that? What's the full syntax? BTW - I don't want to change anything else about the rest of the default logging format..
Use this template for your destination file: template("$DATE $HOST $MSG\n\n"); and you are set. -- Bazsi