Compare commits
No commits in common. "c52b3dc242554515335022964965a2c5f0a13c97" and "415d87c242e0e6de0ca8aaa921d022643afc060f" have entirely different histories.
c52b3dc242
...
415d87c242
@ -1,4 +1,4 @@
|
||||
# Log kernel generated `consul-template` log messages to file
|
||||
# Log kernel generated promtail log messages to file
|
||||
:syslogtag,contains,"consul-template" /var/log/consul-template.log
|
||||
|
||||
# Uncomment the following to stop logging anything that matches the last rule.
|
||||
|
||||
@ -0,0 +1,12 @@
|
||||
[Unit]
|
||||
Description=Grafana Promtail (Digdag)
|
||||
Documentation=https://github.com/grafana/loki
|
||||
After=network-online.target
|
||||
|
||||
[Service]
|
||||
User=root
|
||||
Restart=always
|
||||
ExecStart=/usr/local/bin/promtail --config.file=/etc/promtail/digdag.yaml
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
Loading…
Reference in New Issue
Block a user