From: Roger Pau Monne Date: Thu, 25 Nov 2021 15:06:46 +0000 (+0100) Subject: ts-xen-install: enable timestamp on guests logs X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=dab58e8ee1d7f2acf2bbeb9657c14ba9452543b7;p=osstest.git ts-xen-install: enable timestamp on guests logs Enable the timestamp feature of xenconsoled so guests logs have a time reference. Can be helpful when debugging boot related slowness. This requires using the XENCONSOLED_ARGS option and setting both the log and the timestamp options. Note that setting XENCONSOLED_TRACE will override any options in XENCONSOLED_ARGS, so they can not be used in conjunction. Signed-off-by: Roger Pau Monné Acked-by: Ian Jackson --- diff --git a/ts-xen-install b/ts-xen-install index 47865eb..bf55d4e 100755 --- a/ts-xen-install +++ b/ts-xen-install @@ -140,7 +140,7 @@ sub adjustconfig () { my @commons_config = ( - "XENCONSOLED_TRACE" => "guest", + "XENCONSOLED_ARGS" => '"--log=guest --timestamp=all"', ); my $xenstored = target_var($ho, 'xenstored');