Added log to file option.

This commit is contained in:
Ara Sadoyan
2026-05-15 16:00:57 +02:00
parent 3965a1de93
commit 2380f83d8e
5 changed files with 276 additions and 79 deletions

View File

@@ -125,6 +125,7 @@ pub struct AppConfig {
pub file_server_folder: Option<String>,
pub runuser: Option<String>,
pub rungroup: Option<String>,
pub log_file: Option<String>,
}
#[derive(Debug, Default, Clone, PartialEq, Eq, Hash)]