add config option to disable ANSI log colours
Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
parent
acb9eae707
commit
83becf013c
3 changed files with 8 additions and 1 deletions
|
@ -184,6 +184,8 @@ pub struct Config {
|
|||
pub query_trusted_key_servers_first: bool,
|
||||
#[serde(default = "default_log")]
|
||||
pub log: String,
|
||||
#[serde(default = "true_fn", alias = "log_colours")]
|
||||
pub log_colors: bool,
|
||||
#[serde(default = "default_openid_token_ttl")]
|
||||
pub openid_token_ttl: u64,
|
||||
#[serde(default)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue