Hello,
> Bug #1125461 in luanti reported by you has been fixed in the > Git repository and is awaiting an upload. You can see the commit > message below and you can check the diff of the fix at: > > https://salsa.debian.org/games-team/luanti/-/commit/7f4bee2ff9db437bbec1ca56e3ab1d4fe8c8c961 > > ------------------------------------------------------------------------ > Don't log to file by default, use journald. (Closes: #1125461) > ------------------------------------------------------------------------ This will not fix the problem that user actions are filling up syslog/journald. You're merely removing the separate log file, which is the only thing that could be influenced by the "debug_log_level" setting. The user actions sent to stdout/stderr are still logged to journald. I think the right solution would be to only log to the separate log file, and not to journald (by piping output to /dev/null) -- Regards/Mit freundlichen Grüßen Christian Weiske -=≡ Geeking around in the name of science since 1982 ≡=-

