From: Scott Rifenbark Date: Tue, 26 Mar 2013 17:54:19 +0000 (-0700) Subject: ref-manual: Minor fixes in "Logging With Python" section. X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b359ed8fc5766cdc7174ebaf5468e3216ee40b73;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git ref-manual: Minor fixes in "Logging With Python" section. (From yocto-docs rev: 6dac8debd55756b907112f8470e5ea9adececeed) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- diff --git a/documentation/ref-manual/usingpoky.xml b/documentation/ref-manual/usingpoky.xml index 3478c0ee43e..6d931be2170 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.