Add logging bootstrapping code

This commit is contained in:
Pothi Kalimuthu 2022-11-16 07:26:18 +05:30
parent 5a491164dc
commit 4648323431
No known key found for this signature in database
GPG key ID: 08202A469C2D0E06

View file

@ -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 }