Skip to content

Commit

Permalink
[fix] #2894: Fix LOG_FILE_PATH env variable deserialization
Browse files Browse the repository at this point in the history
Signed-off-by: Shanin Roman <[email protected]>
  • Loading branch information
Erigara committed Jan 19, 2023
1 parent 886e8b0 commit 2b22be3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/src/logger.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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<std::path::PathBuf>,
/// Enable ANSI terminal colors for formatted output.
pub terminal_colors: bool,
Expand Down

0 comments on commit 2b22be3

Please sign in to comment.