mirror of
https://github.com/pothi/mikrotik-lte-scripts.git
synced 2025-06-20 21:35:46 +02:00
Add logging bootstrapping code
This commit is contained in:
parent
5a491164dc
commit
4648323431
1 changed files with 3 additions and 0 deletions
|
@ -80,3 +80,6 @@
|
|||
/ip dhcp-server network remove [find gateway=192.168.88.1];
|
||||
/ip address remove [find address="192.168.88.1/24"]
|
||||
|
||||
# Logging
|
||||
:local logTopics {"info"; "error"; "warning"; "critical"; "gsm"; "read"; "write"; "lte,!raw,!packet,!async,!debug"}
|
||||
:foreach topic in=$logTopics do={ :system logging add topics=$topic action=disk }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue