SingleStore Studio Log Rotation
The systemd-journald
service, a component of systemd
, collects logs from both applications and the kernel and writes them to the /var/log/journal
directory.journalctl
utility.
If the singlestoredb-studio
service is managed using systemd
, the systemd-journald
service will also collect logs from Studio.
The systemd-journald
configuration file, typically located in /etc/systemd/journald.
, can be configured to periodically rotate these journal files based on file size or time, as well as forward log entries to the syslog
daemon or other destinations.journald.
man page.
Last modified: January 10, 2023