pastekodi: use short-precise journal format

Having timestamps with microsecond precision instead of only
seconds makes it easier to analyse timing issues and cross-reference
entries with kodi log (which has millisecond timestamps).

Signed-off-by: Matthias Reichl <hias@horus.com>
This commit is contained in:
Matthias Reichl 2021-03-01 10:54:24 +01:00
parent cbd6c1f82a
commit d2a3ccbfbe

View File

@ -82,7 +82,7 @@ fi
cat_file "${LOG_FILE}"
journalctl -a | cat_data "journalctl -a"
journalctl -a -o short-precise | cat_data "journalctl -a"
if [ "${LIBREELEC_PROJECT}" = "RPi" ]; then
bootloader_version="$(vcgencmd bootloader_version)"