Added new option -l to write log messages to file. Changed old -l flag to -b.

This commit is contained in:
Revertron
2021-04-17 16:45:49 +02:00
parent 64b353f069
commit f16a95f51e
6 changed files with 107 additions and 54 deletions
+6 -1
View File
@@ -31,4 +31,9 @@ pub const ZONE_MAX_LENGTH: usize = 10;
pub const MAX_RECONNECTS: u32 = 5;
pub const CLASS_ZONE: &str = "zone";
pub const CLASS_DOMAIN: &str = "domain";
pub const CLASS_DOMAIN: &str = "domain";
/// Public nodes listen port
pub const LISTEN_PORT: u16 = 4244;
pub const UI_REFRESH_DELAY_MS: u128 = 250;
pub const LOG_REFRESH_DELAY_SEC: u64 = 60;