Yes, most of my Fedora 16 syslog "noise" is also coming from dbus.  So
I added rsyslog rules:

:programname, isequal, "dbus" /var/log/dbus.log
& ~
:programname, isequal, "dbus-daemon" /var/log/dbus.log
& ~

which puts them into a different log file.  If you're running on a
smallish solid-state disk though I can see why you might just want to
drop the messages rather than save them.


I also am getting a lot of logfile noise from the gnome login screen.
It looks like for some reason the login screen is running in debug
mode. Why? My normal user gnome sessions don't do that - only the
login screen.

Nov 19 16:42:34 beryl systemd-logind[1320]: New session 1 of user gdm.
Nov 19 16:42:34 beryl systemd-logind[1320]: Linked /tmp/.X11-unix/X0
to /run/user/gdm/X11/display.
Nov 19 16:42:34 beryl gnome-session[2444]: DEBUG(+): Enabling debugging
Nov 19 16:42:34 beryl gnome-session[2444]: DEBUG(+): GsmXsmpServer:
SESSION_MANAGER=local/unix:@/tmp/.ICE-unix/2444,unix/unix:/tmp/.ICE-unix/2444#012
Nov 19 16:42:35 beryl gnome-session[2444]: DEBUG(+): GsmShell: Not
connected to the shell
Nov 19 16:42:35 beryl gnome-session[2444]: DEBUG(+): GsmManager:
setting client store 0x122bb20
....MANY MANY LINES....

-- 
Deron Meranda
http://deron.meranda.us/
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines

Reply via email to