playbooks/roles/vhosts/common/templates/journald_logrotate.j2

6 lines
425 B
Django/Jinja
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

[Journal]
SystemMaxUse={{ journald_log_rotation.system_max_use }} # 设置最大日志使用空间
SystemMaxFiles={{ journald_log_rotation.max_files }} # 设置最大日志文件数
MaxFileSec={{ journald_log_rotation.max_file_sec }} # 设置日志文件的轮换频率(例如 weekly, daily, hourly
RuntimeMaxUse={{ journald_log_rotation.runtime_max_use }} # 设置运行时日志最大使用空间