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.