config/node: add 'task_log_max_days' config
to be able to configure the maximum days to keep task logs Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
committed by
Thomas Lamprecht
parent
baefc29544
commit
eb419c5267
@ -222,6 +222,10 @@ pub struct NodeConfig {
|
||||
/// Node description
|
||||
#[serde(skip_serializing_if = "Option::is_none")]
|
||||
pub description: Option<String>,
|
||||
|
||||
/// Maximum days to keep Task logs
|
||||
#[serde(skip_serializing_if = "Option::is_none")]
|
||||
pub task_log_max_days: Option<usize>,
|
||||
}
|
||||
|
||||
impl NodeConfig {
|
||||
|
Reference in New Issue
Block a user