mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-31 14:37:59 +00:00
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:
parent
cbd6c1f82a
commit
d2a3ccbfbe
@ -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)"
|
||||
|
Loading…
x
Reference in New Issue
Block a user