Re: s6-log 2.1.1.1 selection directives

2015-02-24 Thread Laurent Bercot
echo -e "fatal:\nSTAT" | s6-log n30 E500 - +fatal: 2 - +^STAT =./status Only "STAT" is written to ./status; nothing is written to stderr. Whoops. Fixed in current git. Next release coming soon. Thanks for the bug-report ! -- Laurent

s6-log 2.1.1.1 selection directives

2015-02-24 Thread Patrick Mahoney
Hi, I'm running s6 2.1.1.1. Adapting one of the examples for s6-log: echo -e "fatal:\nSTAT" | s6-log n30 E500 - +fatal: 2 - +^STAT =./status Only "STAT" is written to ./status; nothing is written to stderr. echo -e "fatal:\nSTAT" | s6-log n30 E500 - +fatal: 2 With only the single action,