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>
my @commons_config =
(
- "XENCONSOLED_TRACE" => "guest",
+ "XENCONSOLED_ARGS" => '"--log=guest --timestamp=all"',
);
my $xenstored = target_var($ho, 'xenstored');