1 2 3 4 5 6 7 8
pub const FILE_SEEK: u64 = 100_000; pub const CONFIG_PARSE_ERROR: &str = "Failed to parse config file. Consider removing/renaming it so it'll be recreated."; pub const LOG_FILE_NAME: &str = "log.log"; pub const DATE_FORMAT: &str = "%Y-%m-%d_%H:%M";