create logs in subfolder

This commit is contained in:
2024-04-16 15:08:34 +02:00
parent 45930a104b
commit 7da9e2364b
3 changed files with 13 additions and 2 deletions

View File

@ -9,6 +9,7 @@ use std::path::{Path, PathBuf};
pub const STOP_FILE_NAME: &str = "stop-experiment";
pub const HOME_FOLER_EXPERIMENT: &str = "/home/exp278";
pub const LOG_FOLDER: &str = "logs";
pub const OBSW_SERVER_ADDR: Ipv4Addr = Ipv4Addr::UNSPECIFIED;
pub const SERVER_PORT: u16 = 7301;