Actions
Bug #744
closedJUL: Enabling all events at 2 different loglevels only produces 1 loglevel
Start date:
02/27/2014
Due date:
% Done:
100%
Estimated time:
Description
Need to fix the loglevel in JUL to support multiple levels:
#> lttng create test Session test created. Traces will be written in /home/dgoulet/lttng-traces/test-20140211-184507 #> lttng enable-event -j -a --loglevel-only INFO All JUL events are enabled in channel channel0 for loglevel INFO #> lttng enable-event -j -a --loglevel-only FINEST All JUL events are enabled in channel channel0 for loglevel FINEST #> lttng start
Updated by David Goulet almost 11 years ago
- Status changed from Confirmed to Resolved
- % Done changed from 0 to 100
Applied in changeset 3c3a0129d36e41b4c007ab008f603813efbb66ac.
Actions