diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2013-03-26 10:54:19 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-04-04 14:12:50 +0100 |
commit | b359ed8fc5766cdc7174ebaf5468e3216ee40b73 (patch) | |
tree | 2c892c003f5e2b70b3d6fe76103848751eaaac51 | |
parent | 0c0870cb70b5172e1316d73deed908df5163b41a (diff) | |
download | poky-b359ed8fc5766cdc7174ebaf5468e3216ee40b73.tar.gz |
ref-manual: Minor fixes in "Logging With Python" section.
(From yocto-docs rev: 6dac8debd55756b907112f8470e5ea9adececeed)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | documentation/ref-manual/usingpoky.xml | 4 |
1 files 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 @@ | |||
317 | <section id='logging-with-python'> | 317 | <section id='logging-with-python'> |
318 | <title>Logging With Python</title> | 318 | <title>Logging With Python</title> |
319 | <para> | 319 | <para> |
320 | When creating recipes using Python and inserting code that handles build logs | 320 | When creating recipes using Python and inserting code that handles build logs, |
321 | keep in mind the goal is to have informative logs while keeping the console as | 321 | keep in mind the goal is to have informative logs while keeping the console as |
322 | "silent" as possible. | 322 | "silent" as possible. |
323 | Also, if you want status messages in the log use the "debug" loglevel. | 323 | Also, if you want status messages in the log, use the "debug" loglevel. |
324 | </para> | 324 | </para> |
325 | 325 | ||
326 | <para> | 326 | <para> |