option to disable log reader

This commit is contained in:
Maxim Devaev
2022-09-19 00:44:11 +03:00
parent 0afc513de8
commit 6f4131c3f6
4 changed files with 16 additions and 3 deletions

View File

@@ -381,6 +381,10 @@ def _get_config_scheme() -> dict:
},
},
"log_reader": {
"enabled": Option(True, type=valid_bool),
},
"hid": {
"type": Option("", type=valid_stripped_string_not_empty),