diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2021-06-29 13:57:01 +0200 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2021-06-29 13:57:01 +0200 |
commit | 2d30e1a9c7254e2769d1e11a5e7ab54b34f8b77a (patch) | |
tree | d836c9fca3fd467cd33104fda7cc9d5857985d12 /app/garage | |
parent | 42c020e00b87750b606a5fbf0cc35cc489faa351 (diff) | |
download | infrastructure-2d30e1a9c7254e2769d1e11a5e7ab54b34f8b77a.tar.gz infrastructure-2d30e1a9c7254e2769d1e11a5e7ab54b34f8b77a.zip |
Log to journald
Diffstat (limited to 'app/garage')
-rw-r--r-- | app/garage/deploy/garage.hcl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/garage/deploy/garage.hcl b/app/garage/deploy/garage.hcl index 41e36a0..b5b8bf1 100644 --- a/app/garage/deploy/garage.hcl +++ b/app/garage/deploy/garage.hcl @@ -35,6 +35,9 @@ job "garage" { "secrets/garage.crt:/garage/garage.crt", "secrets/garage.key:/garage/garage.key", ] + logging { + type = "journald" + } } template { |