You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a new field, `serial_out_path`, to the logger configuration
(available both via API and CLI) which can be set to the path of a file
into which the output of the guest's serial console should be dumped.
Have the file behave identically to our log file (e.g. it must already
exist, Firecracker does not create it).
If we redirect serial output to a log file, disable serial input via
stdin.
Signed-off-by: Patrick Roy <[email protected]>
0 commit comments