linuxkit/pkg/memlogd/cmd
David Scott ddee5f27f3 memlogd/logwrite: use the same naming convention as init
In e8786d73bb the logwrite package will
automatically append .log to every log.

In 5201049f2c the init package will send
stderr of a service `s` to a log named `s` and the stdout to `s.out`.
Therefore the files we create on disk are `s.log` and `s.out.log`.

This patch modifies the memlogd `logwrite` command-line wrapper to use
the same convention.

Note there is a confusing name clash between `pkg/logwrite` and `cmd/logwrite`
in `memlogd` modified here.

Signed-off-by: David Scott <dave.scott@docker.com>
2018-07-20 15:31:29 +01:00
..
logread projects/logging: promote pkg/memlogd to a toplevel package 2018-07-06 21:49:25 +01:00
logwrite memlogd/logwrite: use the same naming convention as init 2018-07-20 15:31:29 +01:00
memlogd memlogd: use kmsg format for reading the logs 2018-07-06 21:49:26 +01:00
startmemlogd projects/logging: promote pkg/memlogd to a toplevel package 2018-07-06 21:49:25 +01:00