docs: changelog

This commit is contained in:
Jack Wills
2023-01-21 22:06:53 +00:00
parent 3858e2ac23
commit a53de908c6
3 changed files with 4 additions and 3 deletions
+2 -2
View File
@@ -35,12 +35,12 @@ use crate::docker_data::DockerMessage;
const ENTRY_POINT: &str = "./start_oxker.sh";
// write to file if `-g` is set?
/// write to file if `-g` is set?
fn setup_tracing() {
tracing_subscriber::fmt().with_max_level(Level::INFO).init();
}
// Create docker daemon handler, and only spawn up the docker data handler if a ping returns non-error
/// Create docker daemon handler, and only spawn up the docker data handler if a ping returns non-error
async fn docker_init(
app_data: &Arc<Mutex<AppData>>,
docker_rx: Receiver<DockerMessage>,