From: Yu Watanabe Date: Tue, 2 Jan 2024 19:41:01 +0000 (+0900) Subject: test-network: show monotonic timestamp and drop hopstname from logs X-Git-Tag: v256-rc1~1269^2~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=dc60ac29606c33acbd22d2fd6f37cc5fbfed7953;p=thirdparty%2Fsystemd.git test-network: show monotonic timestamp and drop hopstname from logs --- diff --git a/test/test-network/systemd-networkd-tests.py b/test/test-network/systemd-networkd-tests.py index eefd7192a75..24757d68fa1 100755 --- a/test/test-network/systemd-networkd-tests.py +++ b/test/test-network/systemd-networkd-tests.py @@ -707,6 +707,8 @@ def read_networkd_log(invocation_id=None, since=None): invocation_id = networkd_invocation_id() command = [ 'journalctl', + '--no-hostname', + '--output=short-monotonic', f'_SYSTEMD_INVOCATION_ID={invocation_id}', ] if since: