Hacker News new | ask | show | jobs
by dvh 1145 days ago
I always wanted a module that writes string to syslog. Sometimes it's hard to tell where certain things start, especially during init, so I would add string to kernel log, do the thing, add another string marking the end of my thing and then in the syslog I would find that first string and what's after that is what I need.
1 comments

Does following work for you? echo test > /dev/kmsg