I am trying to get all logs under a single directory to write to separate
files. I've read over some previous emails but still have issues. When I
use the recommended syntax to parse out the name the files aren't being
written to the server. Here is the configuration I'm using:
Module im
d be ( ) or \( \) for nxlog; check the manual or try
> both. I think you should be able to say basename(file_name()), but I
> haven't tried that myself.
>
> Cheers,
> Cameron
>
> On Saturday, 30 August 2014, Jon Brouse wrote:
>
>> I am trying to get all logs under a s
At the beginning of a script I am running savelog to rotate old log files.
So log file foo.log becomes foo.log.0 and foo.log.0 becomes foo.log.1
After savelog runs, logsave writes to foo.log. On the nxlog server foo.log
is blank and all output is written to foo.log.1
--