[Rock-dev] monitoring rock components with rsyslog
Armin Burchardt
armin.burchardt at dfki.de
Fri Jun 15 13:18:42 CEST 2012
Hi!
On 06/15/12 12:03, Alexander Duda wrote:
> I am more interested on the tooling which should deliver a way to gather
> all messages written to stdout and stderr to a central place no matter
> if the the developer is using cout, printf, rt_prinftf, log4cpp,
If you just want messages from stdout and stderr go to syslog, you can
redirect to 'logger':
$ ./foo 2>&1 | logger
2ct,
Armin
More information about the Rock-dev
mailing list