log: Add fixme about backfilling

This commit is contained in:
bjorn3
2025-04-06 20:15:37 +02:00
parent 034d76ffd5
commit fb99ff5fa5
+1
View File
@@ -43,6 +43,7 @@ impl LogScheme {
}
}
OutputCmd::AddSink(sink_path) => {
// FIXME backfill log messages that were sent to other log sinks
match OpenOptions::new().write(true).open(&sink_path) {
Ok(file) => files.push(file),
Err(err) => {