We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc861fb commit 254193cCopy full SHA for 254193c
src/vmm/src/logger/logging.rs
@@ -64,7 +64,6 @@ impl Logger {
64
if let Some(log_path) = config.log_path {
65
let file = std::fs::OpenOptions::new()
66
.custom_flags(libc::O_NONBLOCK)
67
- .read(true)
68
.write(true)
69
.open(log_path)
70
.map_err(LoggerUpdateError)?;
0 commit comments