From: Philippe Proulx Date: Fri, 7 Jul 2017 19:17:05 +0000 (-0400) Subject: babeltrace-log: pass single-trace=yes to sink.ctf.fs X-Git-Tag: v2.0.0-pre2~3 X-Git-Url: http://git.efficios.com/?a=commitdiff_plain;ds=sidebyside;h=d80bd59ed89bcefc9f2ba47c32d1594b34bbe0b8;p=babeltrace.git babeltrace-log: pass single-trace=yes to sink.ctf.fs Babeltrace 1's babeltrace-log(1) used to output the trace directly into the specified directory, not in a subdirectory which is the trace name (always `STDIN` in this case). Pass single-trace=yes to the sink.ctf.fs instance to replicate this elaborate strategy. Signed-off-by: Philippe Proulx Signed-off-by: Jérémie Galarneau --- diff --git a/cli/babeltrace-log.c b/cli/babeltrace-log.c index 3655a5c4..ca406095 100644 --- a/cli/babeltrace-log.c +++ b/cli/babeltrace-log.c @@ -130,6 +130,8 @@ int main(int argc, char *argv[]) "path", "--value", NULL, /* output path placeholder */ + "--params", + "single-trace=yes", "--connect", "dmesg:ctf", NULL, /* sentinel */