Enable writing to logfile in container until stdout is fixed

This commit is contained in:
Matthew Beckett 2021-10-07 19:43:00 +01:00
parent 6f5b743d26
commit 4a7a8cf1c1
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@ py-kms:
environment: environment:
LOGLEVEL: INFO LOGLEVEL: INFO
LOGSIZE: 2 LOGSIZE: 2
LOGFILE: /var/log/py-kms.log
HWID: RANDOM HWID: RANDOM
SQLITE: true SQLITE: true
IP: 0.0.0.0 IP: 0.0.0.0