Re: A sort of plan for consoles in FreeBSD



M. Warner Losh wrote:

In message: <86pshx85tu.fsf@xxxxxxxxxx>
des@xxxxxx (Dag-Erling Smørgrav) writes:
: "M. Warner Losh" <imp@xxxxxxxxxx> writes:
: > There's no way to 'connect to syslogd and subscribe to messages' in
: > the current syslogd.
: : tail -F /var/log/messages



in -currnet you can listen on any UDP port and have syslog send you stuff.

That doesn't give you what I described. What that does is give you
the messages that syslogd writes to /var/log/messages. This is a
subset of the messages sent to syslogd, and doesn't have the severity
levels, facilities, etc associated with them. There's no way for one
to connect to syslogd and dynamically filter the records that are
displayed. While adding such a facility wouldn't be that hard, it
does not exist today.

Warner



_______________________________________________
freebsd-arch@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-arch
To unsubscribe, send any mail to "freebsd-arch-unsubscribe@xxxxxxxxxxx"



Relevant Pages

  • Re: Where is messages and syslog logging in Aix?
    ... # "all facilities, at debug and higher, go to console" ... syslog/messages type logs but that seems strange to me. ... but don't know where to look in Aix. ... just parse its data out of syslogd output or something? ...
    (comp.unix.aix)
  • Re: A sort of plan for consoles in FreeBSD
    ... des@xxxxxx (Dag-Erling Smørgrav) writes: ... :> the current syslogd. ... levels, facilities, etc associated with them. ... to connect to syslogd and dynamically filter the records that are ...
    (freebsd-arch)