Question for the world.
Is anyone else having trouble with their SXT Lite5's (SXT 5nD r2) not creating new log files?
The background story.
All my units have pretty much the same logging config.
/system logging action
set 0 memory-lines=10000 memory-stop-on-full=no name=memory target=memory
set 1 disk-file-count=1 disk-file-name=log disk-lines-per-file=50000 disk-stop-on-full=no name=disk target=disk
set 2 name=echo remember=yes target=echo
set 3 name=remote remote=0.0.0.0 remote-log-format=default remote-port=514 remote-protocol=udp src-address=0.0.0.0 target=remote vrf=main
add memory-lines=1000 memory-stop-on-full=no name=login target=memory
/system logging
set 0 action=disk disabled=no prefix="" regex="" topics=info
set 1 action=disk disabled=no prefix="" regex="" topics=error
set 2 action=disk disabled=no prefix="" regex="" topics=warning
set 3 action=echo disabled=no prefix="" regex="" topics=critical
add action=login disabled=no prefix="" regex="" topics=system,error,critical
Seems to have started at the move to 7.22.2.
The log file gets removed when a script runs and successfully uploads the log file to a server. Normally the Mikrotik sees the lack of log file and creates one when the net log entry need to be written.
If I play around in a unit (winbox or ssh) and cause something to generate a log entry, it will create the new log file.
The log itself is working fine.
No other Mikrotiks are impacted and in particular the one SXT Lite5 ac that I have is working without any issues.