14 Jun
2013
14 Jun
'13
07:54
On 2013-06-14 00:46, Cristian Rodríguez wrote:
El 13/06/13 17:56, Carlos E. R. escribió:
Why is not systemd logging this output?
Because:
1. that output is sent to stderr.
2. The unit file has StandardOutput=null as expected, otherwise a feedback loop will ocurr (the messages emitted by rsyslog service messages will be logged to the journal, which in turn will be forwarded to the syslog socket, that will cause a request for a syslog implementation to be activated..goto beggining :-) )
3. By default StandardError= inherits StandardOutput, if you change StandardError= goto 2 ;)
Soo... there is no special case to capture the error /somehow/? -- Cheers / Saludos, Carlos E. R. (from 12.3 x86_64 "Dartmouth" at Telcontar)