1
0
mirror of https://github.com/home-assistant/supervisor.git synced 2025-12-24 20:35:55 +00:00

Log messages cleanup (#2129)

* Log cleanup

* More logs
This commit is contained in:
Joakim Sørensen
2020-10-15 14:50:43 +02:00
committed by GitHub
parent 034393bd42
commit fe0e41adec
57 changed files with 287 additions and 239 deletions

View File

@@ -5,7 +5,7 @@
declare failed_count=0
declare supervisor_state
bashio::log.info "Start local supervisor watchdog..."
bashio::log.info "Starting local supervisor watchdog..."
while [[ failed_count -lt 2 ]];
do
@@ -31,4 +31,4 @@ do
done
basio::exit.nok "Watchdog detect issue with Supervisor - take container down!"
basio::exit.nok "Watchdog detected issue with Supervisor - taking container down!"