Skip to content

Commit 9e78010

Browse files
authored
DLPX-86528 CIS: journald configuration (#496)
* DLPX-86528 CIS: journald configuration PR URL: https://www.github.com/delphix/delphix-platform/pull/496 * DLPX-86528 moved all config change to override.conf
1 parent b3bb7d8 commit 9e78010

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

files/common/lib/systemd/journald.conf.d/override.conf

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
[Journal]
22
#
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+
#
315
# Configure journald to persistently keep logs, so that we can inspect
416
# them after a reboot has already occurred. This helps debugging, and
517
# also can make the collection of support bundles more useful.

0 commit comments

Comments
 (0)