Add configurable LOG_LEVEL env vars.
This commit is contained in:
parent
b63c1e85d3
commit
3556e401bc
7 changed files with 21 additions and 0 deletions
|
@ -23,6 +23,8 @@ Environment="OPENDTU_PASSWORD=your_super_secret_password"
|
|||
Environment="DB_URL=host=localhost port=5432 user=postgres password=secret dbname=dtu sslmode=disable"
|
||||
Environment="TIMESCALEDB_ENABLED=true"
|
||||
Environment="TZ=Europe/Amsterdam"
|
||||
Environment="LOG_LEVEL=INFO"
|
||||
|
||||
|
||||
WorkingDirectory=/opt/opendtu-logger/
|
||||
ExecStart=/opt/opendtu-logger/opendtu-logger
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue