From ab8eb29c4a221fe365e3d1b4744c6992ba5f11bd Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Sun, 20 Mar 2016 21:00:14 +0000 Subject: [PATCH] docs: Update documentation for stderr (now log) tracing backend. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This fixes commit ed7f5f1d8db06fc31352a5ef4f54985e630c575a. Signed-off-by: Richard W.M. Jones. Reviewed-by: Alex Bennée Message-id: 1458507614-32470-1-git-send-email-rjones@redhat.com Cc: Paolo Bonzini Cc: Stefan Hajnoczi Signed-off-by: Stefan Hajnoczi --- docs/tracing.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/tracing.txt b/docs/tracing.txt index 3182ee82ad..0bd6b9cf9e 100644 --- a/docs/tracing.txt +++ b/docs/tracing.txt @@ -157,9 +157,9 @@ performance penalty. Note that regardless of the selected trace backend, events with the "disable" property will be generated with the "nop" backend. -=== Stderr === +=== Log === -The "stderr" backend sends trace events directly to standard error. This +The "log" backend sends trace events directly to standard error. This effectively turns trace events into debug printfs. This is the simplest backend and can be used together with existing code that