forked from Deuxfleurs/nixcfg
fix logging
This commit is contained in:
parent
e3eca391e0
commit
97858a1433
3 changed files with 3 additions and 6 deletions
|
@ -58,7 +58,7 @@ TRICOT_CONSUL_HOST=https://localhost:8501
|
|||
TRICOT_CONSUL_CA_CERT=/etc/tricot/consul-ca.crt
|
||||
TRICOT_CONSUL_CLIENT_CERT=/etc/tricot/consul-client.crt
|
||||
TRICOT_CONSUL_CLIENT_KEY=/etc/tricot/consul-client.key
|
||||
RUST_LOG=tricot=trace
|
||||
RUST_LOG=tricot=debug
|
||||
EOH
|
||||
destination = "secrets/env"
|
||||
env = true
|
||||
|
|
|
@ -37,9 +37,6 @@ job "garage-staging" {
|
|||
"/mnt/ssd/garage-staging/meta:/meta",
|
||||
"secrets/garage.toml:/etc/garage.toml",
|
||||
]
|
||||
logging {
|
||||
type = "journald"
|
||||
}
|
||||
}
|
||||
|
||||
template {
|
||||
|
|
|
@ -33,8 +33,8 @@ processors:
|
|||
#========================== Elasticsearch output ===============================
|
||||
output.elasticsearch:
|
||||
hosts: ["localhost:9200"]
|
||||
username: beats_system
|
||||
password: {{ key "secrets/telemetry/elastic_passwords/beats_system" }}
|
||||
username: elastic
|
||||
password: {{ key "secrets/telemetry/elastic_passwords/elastic" }}
|
||||
|
||||
#============================== Dashboards =====================================
|
||||
setup.dashboards:
|
||||
|
|
Loading…
Reference in a new issue