【RouterOS】—— How to print the log to a file
Sometimes you need to save the content of log file to a file for further processing. You may use the following commands:
1. Print the log
/log print
2. Save the printed log to a file named log.txt
/log print file log.txt
3. Location to store the file log.txt
/file print (or file folder) |