From b359ed8fc5766cdc7174ebaf5468e3216ee40b73 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Tue, 26 Mar 2013 10:54:19 -0700 Subject: [PATCH] ref-manual: Minor fixes in "Logging With Python" section. (From yocto-docs rev: 6dac8debd55756b907112f8470e5ea9adececeed) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/usingpoky.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/documentation/ref-manual/usingpoky.xml b/documentation/ref-manual/usingpoky.xml index 3478c0ee43..6d931be217 100644 --- a/documentation/ref-manual/usingpoky.xml +++ b/documentation/ref-manual/usingpoky.xml @@ -317,10 +317,10 @@
Logging With Python - When creating recipes using Python and inserting code that handles build logs + When creating recipes using Python and inserting code that handles build logs, keep in mind the goal is to have informative logs while keeping the console as "silent" as possible. - Also, if you want status messages in the log use the "debug" loglevel. + Also, if you want status messages in the log, use the "debug" loglevel.