Re: [systemd-devel] [RFC] exec: introduce StandardOutputFile/StandardErrorFile option

2015-05-19 Thread Kyungmin Park
On Tuesday, May 19, 2015, Lennart Poettering wrote: > On Tue, 19.05.15 14:19, WaLyong Cho (walyong@samsung.com > ) wrote: > > > > You should start with describing your use case and what is missing in > > > current logging. You can fetch all unit output from journal already. > > > > > journal

Re: [systemd-devel] [RFC] exec: introduce StandardOutputFile/StandardErrorFile option

2015-05-19 Thread Lennart Poettering
On Tue, 19.05.15 14:19, WaLyong Cho (walyong@samsung.com) wrote: > > You should start with describing your use case and what is missing in > > current logging. You can fetch all unit output from journal already. > > > journal is already good logging infrastructure under systemd system. But >

Re: [systemd-devel] [RFC] exec: introduce StandardOutputFile/StandardErrorFile option

2015-05-19 Thread Lennart Poettering
On Tue, 19.05.15 11:44, WaLyong Cho (walyong@samsung.com) wrote: > To redirect stdout/stderr to file add 'file' option to > StandardOutput/StandardError. And to specify the file path, add > StandardOutputFile/StandardErrorFile option. > If only set StandardOutput/StandardError to 'file' withou

Re: [systemd-devel] [RFC] exec: introduce StandardOutputFile/StandardErrorFile option

2015-05-18 Thread WaLyong Cho
On 2015년 05월 19일 12:53, Andrei Borzenkov wrote: > В Tue, 19 May 2015 11:49:45 +0900 > WaLyong Cho пишет: > >> On 2015년 05월 19일 11:44, WaLyong Cho wrote: >>> To redirect stdout/stderr to file add 'file' option to >>> StandardOutput/StandardError. And to specify the file path, add >>> StandardOutpu

Re: [systemd-devel] [RFC] exec: introduce StandardOutputFile/StandardErrorFile option

2015-05-18 Thread Andrei Borzenkov
В Tue, 19 May 2015 11:49:45 +0900 WaLyong Cho пишет: > On 2015년 05월 19일 11:44, WaLyong Cho wrote: > > To redirect stdout/stderr to file add 'file' option to > > StandardOutput/StandardError. And to specify the file path, add > > StandardOutputFile/StandardErrorFile option. > > If only set Standar

Re: [systemd-devel] [RFC] exec: introduce StandardOutputFile/StandardErrorFile option

2015-05-18 Thread WaLyong Cho
On 2015년 05월 19일 11:44, WaLyong Cho wrote: > To redirect stdout/stderr to file add 'file' option to > StandardOutput/StandardError. And to specify the file path, add > StandardOutputFile/StandardErrorFile option. > If only set StandardOutput/StandardError to 'file' without set of > StandardOutputFi

[systemd-devel] [RFC] exec: introduce StandardOutputFile/StandardErrorFile option

2015-05-18 Thread WaLyong Cho
To redirect stdout/stderr to file add 'file' option to StandardOutput/StandardError. And to specify the file path, add StandardOutputFile/StandardErrorFile option. If only set StandardOutput/StandardError to 'file' without set of StandardOutputFile/StandardErrorFile option, then it will be redirect