diff --git a/srcdev/run.sh b/srcdev/run.sh index 6a4f857..a85830e 100644 --- a/srcdev/run.sh +++ b/srcdev/run.sh @@ -2,7 +2,7 @@ export USERNAME=$(bashio::config 'energa_username') export PASSWORD=$(bashio::config 'energa_password') -export LOGLEVEL=$(bashio::config 'log_level') +export LOG_LEVEL=$(bashio::config 'log_level') bashio::log.info "Uruchamiam API" python run.py