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
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
>
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
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
В 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
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
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