Am 29.02.2016 um 19:29 schrieb Rex Dieter:
Reindl Harald wrote:Am 29.02.2016 um 18:42 schrieb Rex Dieter:qt5-qtbase has build options: + -no-journald ........ Do not send logging output to journald. -journald ........... Send logging output to journald. and I'm considering enabling the -journald option for f24, and concerns or objections?please ship some rsyslog.d/ snippet with it to not clutter /var/log/messages for people which continue to use rsyslog for a lot of reasonsI'm unfamiliar with that, can you be more specific with how that works and is related to journald usage, and ideally, provide a specific snippet to use
something like below and see also https://bugzilla.redhat.com/show_bug.cgi?id=1304828
it's annoying on a rsyslog-setup that you get everything in the global logfile (/var/log/messages) which makes it hard to recognize important entries
________________________ [root@srv-rhsoft:~]$ cat /etc/rsyslog.d/contentlounge.conf :msg, contains, "Starting ContentLounge" -/var/log/contentlounge.log & stop :msg, contains, "Started ContentLounge" -/var/log/contentlounge.log & stop ________________________ [root@srv-rhsoft:~]$ cat /etc/logrotate.d/contentlounge /var/log/contentlounge.log { missingok notifempty size 128k create 0644 root root } ________________________
Attachment:
signature.asc
Description: OpenPGP digital signature
_______________________________________________ kde mailing list kde@xxxxxxxxxxxxxxxxxxxxxxx http://lists.fedoraproject.org/admin/lists/kde@xxxxxxxxxxxxxxxxxxxxxxx