Skip to content

Commit

Permalink
fix: journald logs are now stored on persistent storage.
Browse files Browse the repository at this point in the history
  • Loading branch information
robinbourianes-kalisio committed Oct 15, 2021
1 parent b8fa10b commit 712bb3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configs/promtail/promtail.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ scrape_configs:
journal:
json: false
max_age: 12h
path: /run/log/journal
path: /var/log/journal
labels:
job: systemd-journal
relabel_configs:
Expand Down

0 comments on commit 712bb3b

Please sign in to comment.