From 464832343172a4fadab1ff06312a444fd7ef5d6c Mon Sep 17 00:00:00 2001 From: Pothi Kalimuthu <1254302+pothi@users.noreply.github.com> Date: Wed, 16 Nov 2022 07:26:18 +0530 Subject: [PATCH] Add logging bootstrapping code --- bootstrap-scripts/sxt-lte-bootstrap.rsc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bootstrap-scripts/sxt-lte-bootstrap.rsc b/bootstrap-scripts/sxt-lte-bootstrap.rsc index 6a9962a..9d064b1 100644 --- a/bootstrap-scripts/sxt-lte-bootstrap.rsc +++ b/bootstrap-scripts/sxt-lte-bootstrap.rsc @@ -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 }