/devlog2stderr

/dev/log to stderr (for containers)

Primary LanguageGo

devlog2stderr

what

listens on /dev/log and reports things to stderr

can be put in a container to make logging work for things that really want to use syslog when you want container logs

why

i needed it and couldn't find something that existed

fuq (frequently unasked questions)

q: why didn't you use xyz?
a: googled, didn't find it, needed something quick

q: why don't you do xyz instead?
a: reasons probably; send a patch?