mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 04:01:58 +00:00
info -> debug for deamon success
This commit is contained in:
committed by
Aiden McClelland
parent
547804506a
commit
9617c9149c
@@ -157,7 +157,7 @@ async fn inner_main(cfg_path: Option<&str>) -> Result<Option<Shutdown>, Error> {
|
|||||||
log::error!("Error in Status Sync daemon: {}", e);
|
log::error!("Error in Status Sync daemon: {}", e);
|
||||||
log::debug!("{:?}", e);
|
log::debug!("{:?}", e);
|
||||||
} else {
|
} else {
|
||||||
log::info!("Status Sync completed successfully");
|
log::debug!("Status Sync completed successfully");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@@ -173,7 +173,7 @@ async fn inner_main(cfg_path: Option<&str>) -> Result<Option<Shutdown>, Error> {
|
|||||||
log::error!("Error in Health Check daemon: {}", e);
|
log::error!("Error in Health Check daemon: {}", e);
|
||||||
log::debug!("{:?}", e);
|
log::debug!("{:?}", e);
|
||||||
} else {
|
} else {
|
||||||
log::info!("Health Check completed successfully");
|
log::debug!("Health Check completed successfully");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user