kayobe/ansible/inventory/group_vars/all/logging
Will Szumski 01fe797d51 Support configuring persistent systemd journal
This is useful to ensure logs are persisted across reboots.

Change-Id: Ie5ff7536b160196dc57448c3ed982d15826b2cbe
Closes-Bug: #2055299
Co-Authored-By: Piotr Parczewski <piotr@stackhpc.com>
2024-05-30 11:40:14 +01:00

10 lines
312 B
Plaintext

---
###############################################################################
# Logging configuration
# Journald storage. One of: volatile, persistent, auto, or none. Defaults to
# `persistent`.
journald_storage: persistent
###############################################################################