diff --git a/config/src/logger.rs b/config/src/logger.rs index 18622681a1c..53facb39245 100644 --- a/config/src/logger.rs +++ b/config/src/logger.rs @@ -98,6 +98,7 @@ pub struct Configuration { pub compact_mode: bool, /// If provided, logs will be copied to said file in the /// format readable by [bunyan](https://lib.rs/crates/bunyan) + #[config(serde_as_str)] pub log_file_path: Option, /// Enable ANSI terminal colors for formatted output. pub terminal_colors: bool,