Closed Burning1020 closed 3 months ago
The current log output of virtiofsd is to stdout/stderr collected by its parents process vmm-sandboxer. As a result, it will be lost if sandboxer process restarts. Redirecting virtiofsd log to syslog could make it persistent.
Virtiofsd already supports --syslog option: https://gitlab.com/virtio-fs/virtiofsd/-/merge_requests/61
--syslog
The current log output of virtiofsd is to stdout/stderr collected by its parents process vmm-sandboxer. As a result, it will be lost if sandboxer process restarts. Redirecting virtiofsd log to syslog could make it persistent.
Virtiofsd already supports
--syslog
option: https://gitlab.com/virtio-fs/virtiofsd/-/merge_requests/61