Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Qovery/engine
/ disable_log_file_writer
Function
disable_log_file_writer
lib-engine/src/engine_task/mod.rs:63–67 ·
view source on GitHub ↗
(log_file_writer: &Option<LogFileWriter>)
Source
from the content-addressed store, hash-verified
61
}
62
63
pub fn disable_log_file_writer(log_file_writer: &Option<LogFileWriter>) {
64
if let Some(log_file_writer) = log_file_writer {
65
log_file_writer.disable();
66
}
67
}
Callers
4
run
Method · 0.85
run
Method · 0.85
run
Method · 0.85
run
Method · 0.85
Calls
1
disable
Method · 0.80
Tested by
no test coverage detected