From 235e997a7718298ed9d8208efc60069406b5bbdd Mon Sep 17 00:00:00 2001 From: Sa Liu Date: Wed, 20 Nov 2019 08:18:45 +0100 Subject: [PATCH] dbginfo: journalctl from the current system time with more number of lines and precise timestamp MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Sa Liu Signed-off-by: Jan Höppner --- scripts/dbginfo.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/dbginfo.sh b/scripts/dbginfo.sh index e8aabead..29be0617 100755 --- a/scripts/dbginfo.sh +++ b/scripts/dbginfo.sh @@ -463,7 +463,7 @@ CMDS="uname -a\ :java -version\ :cat /root/.bash_history\ :env\ - :journalctl --all --no-pager --since=$(date -d '5 day ago' +%Y-%m-%d) --until=now --lines=50000 \ + :journalctl --all --no-pager --lines=100000 --output=short-precise\ > '${OUTPUT_FILE_JOURNALCTL}'\ :openssl engine\ :systemd-delta\