Update loglevel example
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 1 Feb 2012 23:17:54 +0000 (18:17 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 1 Feb 2012 23:17:54 +0000 (18:17 -0500)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
common-trace-format-specification.txt

index dedf5935ecf80c1e8846a2122947131d8c442c38..ef7d7a0d1bfc5b9aef88fa22f65ec425bf175fd3 100644 (file)
@@ -1150,8 +1150,7 @@ event {
   name = "event_name";
   id = value;                  /* Numeric identifier within the stream */
   stream_id = stream_id;
-  loglevel.identifier = "loglevel_identifier";
-  loglevel.value = value;
+  loglevel = value;
   context := struct {
     ...
   };
This page took 0.023693 seconds and 4 git commands to generate.