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