We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3bb7d8 commit 9e78010Copy full SHA for 9e78010
files/common/lib/systemd/journald.conf.d/override.conf
@@ -1,5 +1,17 @@
1
[Journal]
2
#
3
+# Enable forwarding of journald logs to the syslog service
4
+# This helps to ensure compatibility with legacy log systems
5
+# that rely on syslog for centralized log collection.
6
+#
7
+ForwardToSyslog=yes
8
9
+# Enable compression for journald logs to save disk space.
10
+# Older log files will be compressed automatically, helping to
11
+# retain logs longer without using excessive storage.
12
13
+Compress=yes
14
15
# Configure journald to persistently keep logs, so that we can inspect
16
# them after a reboot has already occurred. This helps debugging, and
17
# also can make the collection of support bundles more useful.
0 commit comments