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-Url: http://git.efficios.com/?p=babeltrace.git;a=commitdiff_plain;h=c5a565d9b861d711aa45570d21f819135141b685 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 */