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 7b0d233 commit e88eba9Copy full SHA for e88eba9
1 file changed
core-dump-composer/src/main.rs
@@ -26,7 +26,7 @@ fn main() -> Result<(), anyhow::Error> {
26
"Environment config:\n IGNORE_CRIO={}\nCRIO_IMAGE_CMD={}\nUSE_CRIO_CONF={}",
27
cc.ignore_crio, cc.image_command, cc.use_crio_config
28
);
29
-
+
30
info!("Set logfile to: {:?}", &log_path);
31
debug!("Creating dump for {}", cc.get_templated_name());
32
0 commit comments