mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-07 14:18:47 +00:00
Enhancement: support LOG_TARGETS
environment variable (#3075)
This commit is contained in:
parent
9caede1cc3
commit
8b029ac11c
2 changed files with 73 additions and 50 deletions
|
@ -406,6 +406,8 @@ By default the homepage logfile is written to the a `logs` subdirectory of the `
|
|||
logpath: /logfile/path
|
||||
```
|
||||
|
||||
By default, logs are sent both to `stdout` and to a file at the path specified. This can be changed by setting the `LOG_TARGETS` environment variable to one of `both` (default), `stdout` or `file`.
|
||||
|
||||
## Show Docker Stats
|
||||
|
||||
You can show all docker stats expanded in `settings.yaml`:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue