Closes # 117 - Thanks @VDRainer for the awesome Log Level automation - Change log levels using an input_select!

This commit is contained in:
CCOSTAN
2017-03-28 15:51:07 +00:00
parent 6ee5d7a3dc
commit 30f4bbe1b4
3 changed files with 26 additions and 0 deletions

12
input_select/log_level.yaml Executable file
View File

@@ -0,0 +1,12 @@
log_level:
name: Log Level
options:
- critical
- fatal
- error
- warning
- warn
- info
- debug
- notset
initial: warn