]> xenbits.xensource.com Git - osstest.git/commit
ts-xen-install: enable timestamp on guests logs
authorRoger Pau Monne <roger.pau@citrix.com>
Thu, 25 Nov 2021 15:06:46 +0000 (16:06 +0100)
committerIan Jackson <iwj@xenproject.org>
Mon, 6 Dec 2021 18:17:13 +0000 (18:17 +0000)
commitdab58e8ee1d7f2acf2bbeb9657c14ba9452543b7
tree14e68ea216b0dccab9c516f3a1972483e3f69245
parent24e91cb3437aa72b85b1eb1fee927f7a01bd2a98
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é <roger.pau@citrix.com>
Acked-by: Ian Jackson <iwj@xenproject.org>
ts-xen-install