From 33cc91185356235e82f1b727bae87a31da54c2f2 Mon Sep 17 00:00:00 2001 From: "M.J. Wydra" Date: Tue, 17 Aug 2021 23:40:04 -0500 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 39730ca..19c0f88 100644 --- a/README.md +++ b/README.md @@ -58,6 +58,7 @@ services: | `TIME_REMAINING` | `1` | Enable/disable time remaining estimate (in hours). Set to 0 to disable. | | `SHOW_UNITS` | `1` | Enable/disable power units in the MQTT payload. Set to 0 to disable. | | `AC_ADAPTER` | `0` | Enable/disable AC adapter status. Set to 1 to enable. | +| `LOG_LEVEL` | `info` | Change log level. Valid options are `debug`, `info`, `warning`, and `error`. | # Monitored conditions You can specify only those conditions that you'd like to track. The default is to track `status, capacity, energy_now, energy_full, energy_full_design, power_now, voltage_now`. You can add more conditions (found at `/sys/class/power_supply/$NAME`) or choose only those you want to track. The variable in your `docker-compose.yaml` must follow this comma-separated format: