Add configuration option to suppress colors in output summary
This commit is contained in:
parent
05255adf16
commit
158209fdd1
1 changed files with 1 additions and 1 deletions
|
|
@ -61,7 +61,7 @@ class PersistLogsValidator(StrictDictValidator):
|
||||||
raise self._validation_exception(f"Invalid datetime string: {str(exc)}")
|
raise self._validation_exception(f"Invalid datetime string: {str(exc)}")
|
||||||
|
|
||||||
self._keep_successful_logs = self._validate_key(
|
self._keep_successful_logs = self._validate_key(
|
||||||
key="keep_successful_logs", validator=StringValidator, default=True
|
key="keep_successful_logs", validator=BoolValidator, default=True
|
||||||
)
|
)
|
||||||
|
|
||||||
@property
|
@property
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue