[lttng-dev] babeltrace line length

Chuck Tuffli ctuffli at gmail.com
Sun Mar 25 14:50:34 EDT 2012


Hi -

With babeltrace, it appears that the output line length for text is
limited to something (maybe 78 characters?) and split if it exceeds
that max. This produces output such as:

[10:54:45.982923488] (+?.?????????) sample_component:message: { 1 }, {
message = "Hello World
" }
[10:54:45.982987195] (+0.000063707) sample_component:message: { 1 }, {
message = "Hello World
" }
...

Is there a way to prevent the line break and instead get something like

[10:54:45.982923488] (+?.?????????) sample_component:message: { 1 }, {
message = "Hello World" }
[10:54:45.982987195] (+0.000063707) sample_component:message: { 1 }, {
message = "Hello World" }

---chuck



More information about the lttng-dev mailing list