namo
1
when I see the log in Winbox, I can only log for about 2-3hrs (I think it is set somewhere to 100 lines)
Is there a way to send log to my email every 12hrs?Do I need to increase log line? Will the critical lines will be red in the email as in winbox?
It is important to error lines in different color.
mrz
2
namo
3
Will this slow down the server? the server hard disk has 40GB so i don’t need to send it somewhere else.
mrz
4
then set logging to file. You can download log files from the router whenever you need to review logs
fewi
6
namo
7
Logging to file
To log everything to file, add new log action:
/system logging action add name=file target=disk disk-file-name=log
and then make everything log using this new action:
/system logging action=file
You can log only errors there by issuing command:
/system logging topics=error action=file
will the above store the file in the Mikrotik harddisk
namo
8
/system logging action=file
gives an error:
expected command name (line 1 column 23)
red in “=”