Re: [nxlog-ce-users] Savelog rotation issue

2014-09-25 Thread Botond Botyanszki
Hi Jon, It's a little unclear who does what. There was no question, but if it is why nxlog writes foo.log.1 instead of foo.log I guess it is because the log rotation script renames the file without telling nxlog about this. You can either use the internal log rotation facility or restart nxlog whe

[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 --