graphene-os-server-infrastr.../etc/systemd
Daniel Micay 2caa67529a set up syslog-ng for nginx access log
This sets up the infrastructure for moving from storing nginx access
logs in journald to plain text files written by syslog-ng and rotated by
logrotate. This works around the poor performance, poor space efficiency
and lack of archived log compression for journald. Unlike writing access
logs directly with nginx, this continues avoiding blocking writes in the
event loop and sticks to asynchronous sends through a socket.

Since nginx only supports syslog via the RFC 3164 protocol rather than
the more modern RFC 5424 protocol, this leaves formatting timestamps up
to nginx rather than using the ones provided via the syslog protocol.
2025-11-03 00:33:28 -05:00
..
network reorder update servers 2025-11-01 20:04:51 -04:00
system set up syslog-ng for nginx access log 2025-11-03 00:33:28 -05:00
journald.conf more frequent rotation for shorter log retention 2025-08-17 03:17:51 -04:00
networkd.conf update systemd configuration 2025-09-18 11:17:05 -04:00
sleep.conf reorganize configurations into etc directory 2025-04-15 12:53:49 -04:00
system.conf update systemd configuration 2025-09-18 11:17:05 -04:00