1
0
mirror of https://github.com/craigerl/aprsd.git synced 2026-05-05 05:54:02 -04:00

Add the run.sh switches to show the loglevel

This adds the command line args for aprsd server to
show the thread, loglevel and location in the logs for
the container build of aprsd
This commit is contained in:
Walter Boring 2025-12-13 10:19:44 -05:00
parent 9ac881c56c
commit 8ab6717b17

View File

@ -42,4 +42,4 @@ fi
export COLUMNS=200
python3 -m rich.diagnose
exec aprsd server -c $APRSD_CONFIG --loglevel ${LOG_LEVEL}
exec aprsd server -c $APRSD_CONFIG --loglevel ${LOG_LEVEL} --show-thread --show-level --show-location