logger: Add arm to shutdown

This commit is contained in:
murata
2023-01-12 07:44:53 +09:00
committed by Beat Küng
parent 35d6b734f5
commit c054ca20cc
4 changed files with 17 additions and 3 deletions
+6
View File
@@ -23,6 +23,12 @@ then
set LOGGER_ARGS "${LOGGER_ARGS} -x"
fi
if param compare SDLOG_MODE 4
then
set LOGGER_ARGS "${LOGGER_ARGS} -a"
fi
if ! param compare SDLOG_MODE -1
then
logger start -b ${LOGGER_BUF} -t ${LOGGER_ARGS}