mirror of
https://github.com/XRPLF/clio.git
synced 2026-06-09 11:46:44 +00:00
feat: Optional log rotation (#3016)
This PR adds an option to disable log rotation.
This commit is contained in:
@@ -422,6 +422,8 @@ getClioConfig()
|
||||
{"log.directory_max_files",
|
||||
ConfigValue{ConfigType::Integer}.defaultValue(25).withConstraint(gValidateUint32)},
|
||||
|
||||
{"log.rotate", ConfigValue{ConfigType::Boolean}.defaultValue(true)},
|
||||
|
||||
{"log.tag_style",
|
||||
ConfigValue{ConfigType::String}.defaultValue("none").withConstraint(gValidateLogTag)},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user