[nxlog-ce-users] Filename when using wildcards

2014-08-29 Thread Jon Brouse
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

Re: [nxlog-ce-users] Filename when using wildcards

2014-09-02 Thread Jon Brouse
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

[nxlog-ce-users] Savelog rotation issue

2014-09-23 Thread Jon Brouse
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 --