On Fri, Mar 11, 2011 at 17:47, Rainer Gerhards <[email protected]> wrote: >> From: Andrey Borzenkov [mailto:[email protected]]
>> Well ... the problem really is that format is supposed to be single > printable >> character, which does not really support bit operations and such. What > about >> attached (completely untested) path - which adds <u> marker to anything >> written into /dev/kmsg? > > If it is just a single character, I need to obtain the real facility/severity > somewhere. Could that be written to some fixed place, e.g. immediately after > "<u>"? That way, I'd know exactly what is going on and can remove the extra > formatting on the syslogd side. Let's just check if we can fix the kernel to support the full 8 bit, and fill-in the LOG_USER when /dev/kmsg is used, if no other facility is passed-in. That way the both messages are easily distinguished without any breakage of the format. Kay _______________________________________________ systemd-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/systemd-devel
