config: Add required configuration for logging to a file

This commit is contained in:
Danielle Lancashire
2019-10-07 14:16:59 +02:00
parent 550e1b1a1e
commit 234d113a81
4 changed files with 30 additions and 6 deletions

View File

@@ -143,6 +143,7 @@
],
"leave_on_interrupt": true,
"leave_on_terminate": true,
"log_file": "/var/log/nomad.log",
"log_json": true,
"log_level": "ERR",
"name": "my-web",