Adds logging to info command (#6)

This commit is contained in:
Pascal Vizeli 2019-07-01 15:45:24 +02:00 committed by Franck Nijhof
parent ebb9ece766
commit d5848fc7e0

View file

@ -108,3 +108,11 @@ function bashio::info.supported_arch() {
bashio::log.trace "${FUNCNAME[0]}"
bashio::info 'hassio.info.supported_arch' '.supported_arch[]'
}
# ------------------------------------------------------------------------------
# Returns logging level of Hass.io universum.
# ------------------------------------------------------------------------------
function bashio::info.logging() {
bashio::log.trace "${FUNCNAME[0]}"
bashio::info 'hassio.info.logging' '.logging'
}