mirror of
https://github.com/hassio-addons/bashio.git
synced 2025-05-07 04:21:29 +00:00
✨ Adds logging to info command (#6)
This commit is contained in:
parent
ebb9ece766
commit
d5848fc7e0
1 changed files with 8 additions and 0 deletions
|
@ -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'
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue