Implement loglevels as event and wildcard attributes
[lttng-ust.git] / liblttng-ust / lttng-ust-abi.c
index 7e7078e04602231539e3f308ec5b07d086482d71..fa7907262608a8af5c68b960ef74692f395213df 100644 (file)
@@ -330,6 +330,8 @@ void lttng_metadata_create_events(int channel_objd)
        static struct lttng_ust_event metadata_params = {
                .instrumentation = LTTNG_UST_TRACEPOINT,
                .name = "lttng_ust:metadata",
+               .loglevel_type = LTTNG_UST_LOGLEVEL_ALL,
+               .loglevel = TRACE_DEFAULT,
        };
        struct ltt_event *event;
        int ret;
This page took 0.023157 seconds and 4 git commands to generate.