mirror of
https://github.com/hassio-addons/bashio.git
synced 2025-05-06 20:11:24 +00:00
💄 Changes default logging timestamp
This commit is contained in:
parent
2e04539422
commit
ba44a07ab8
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@
|
|||
# Defaults
|
||||
readonly __BASHIO_DEFAULT_LOG_LEVEL=5 # Defaults to INFO
|
||||
readonly __BASHIO_DEFAULT_LOG_FORMAT="[{TIMESTAMP}] {LEVEL}: {MESSAGE}"
|
||||
readonly __BASHIO_DEFAULT_LOG_TIMESTAMP="%T%z"
|
||||
readonly __BASHIO_DEFAULT_LOG_TIMESTAMP="%T"
|
||||
readonly __BASHIO_DEFAULT_HASSIO_API="http://hassio"
|
||||
readonly __BASHIO_DEFAULT_HASSIO_TOKEN=""
|
||||
readonly __BASHIO_DEFAULT_ADDON_CONFIG="/data/options.json"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue