mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-25 18:21:51 +02:00
add hassio logging level
This commit is contained in:
@@ -79,6 +79,7 @@ map:
|
|||||||
- ssl
|
- ssl
|
||||||
name: qBittorrent
|
name: qBittorrent
|
||||||
options:
|
options:
|
||||||
|
log_level: info
|
||||||
env_vars: []
|
env_vars: []
|
||||||
DNS_server: 8.8.8.8,1.1.1.1
|
DNS_server: 8.8.8.8,1.1.1.1
|
||||||
PGID: "0"
|
PGID: "0"
|
||||||
@@ -109,6 +110,7 @@ privileged:
|
|||||||
- DAC_READ_SEARCH
|
- DAC_READ_SEARCH
|
||||||
- NET_ADMIN
|
- NET_ADMIN
|
||||||
schema:
|
schema:
|
||||||
|
log_level: list(trace|debug|info|notice|warning|error|fatal)?
|
||||||
env_vars:
|
env_vars:
|
||||||
- name: match(^[A-Za-z0-9_]+$)
|
- name: match(^[A-Za-z0-9_]+$)
|
||||||
value: str?
|
value: str?
|
||||||
|
|||||||
Reference in New Issue
Block a user