passcod / catflap

🐈🚪 Creates listening sockets and passes their FDs to a child process. You should probably use systemfd instead!
142 stars 4 forks source link

Add support for `--quiet` option #4

Closed cipriancraciun closed 4 years ago

cipriancraciun commented 4 years ago

At the moment catflap writes to stderr what it is doing. It would be helpful to also have a --quiet option that would disable "informative" log lines.

(I'm willing to provide patch if accepted.)

passcod commented 4 years ago

Would merge a patch!