mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-31 12:06:44 +00:00
On some environment such as CentOS8, journalctl --user -xe does not work since journald is running in volatile mode. The issue cannnot fix in non-root mode, as a workaround we should logging to a file instead of journal. Also added scylla_logrotate to ExecStartPre which rename previous log file, since StandardOutput=file:/path/to/file will erase existing file when service restarted. Fixes #7131 Closes #7326