fix: disallow commands to be sent so an oxker container, closes #19

This commit is contained in:
Jack Wills
2022-12-05 03:52:41 +00:00
parent 43fe902bae
commit 160b8021b1
5 changed files with 31 additions and 8 deletions
+2
View File
@@ -26,6 +26,8 @@ mod ui;
use ui::{create_ui, GuiState, Status};
const ENTRY_POINT: &str = "./start_oxker.sh";
fn setup_tracing() {
tracing_subscriber::fmt().with_max_level(Level::INFO).init();
// TODO write to file?