Logs, logs, logs

how do I split the log files to some logs do not fall into other file logs
eg
syslog (514 port)
log when the device goes into state up
log when the device goes into state down
ie there are 3 log files and need to log in these files do not overlap

как мне разделить файлы логов чтобы одни логи не попадали в файлы других логов
например
syslog (514 port)
лог когда устройстве переходит в состояние up
лог когда устройство переходит в состояние down
тоесть есть 3 файла логов и нужно чтобы логи в этих файлах не пересекались

A. Please do not use Russian … just English.
B. Mikrotik does not split logs. You can send logs to the log server which should do the work.

There is no boot up logging, only common ros logging that can be split into different files by topics, not by any of described states. Actually there are no such states. Ros doesn’t go down, you just switch off the power, so there is nothing to log…

in old version dude 4.0.3 was good system split log in custom file…
why no make similarly system, moreover such a system have been previously?

it was example, no more.

OK, just an example. It means you do not need it. Is the splitting the log files by topics usable for you or not?

yes

yes

Mackiavelly,

A request was created and we are waiting to be implemented: Feature request - Multiple logs instances.

Task you trying to accomplish may be easy done via Kiwi Syslog.
Rule 1 - Syslog
Rule 2 - Device up
Rule 3 - Device down


Thank you!