mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-15 20:09:13 +02:00
Force log level in bashio to 8
https://github.com/alexbelgium/hassio-addons/issues/1186
This commit is contained in:
@@ -46,3 +46,7 @@ done
|
|||||||
|
|
||||||
# Define shebang
|
# Define shebang
|
||||||
sed -i "s|/command/with-contenv bashio|$shebang|g" /ha_entrypoint.sh
|
sed -i "s|/command/with-contenv bashio|$shebang|g" /ha_entrypoint.sh
|
||||||
|
|
||||||
|
# Avoid log_level interference
|
||||||
|
# Avoid interference with LOG_LEVEL used in the app
|
||||||
|
sed -i 's|{LOG_LEVEL:|{8:|g' /usr/lib/bashio/bashio.sh
|
||||||
|
|||||||
Reference in New Issue
Block a user