That logging config is based on Python's logging module, and it also
requires some
knowledge about the internals of BitBake (which logger is used where).
With this config
you can change some of the console logs, and create new files with
custom format/content,
but the log.do_* files' format and
Hi,
I'm currently debugging a few yocto recipes, especially regarding long
build times. In order to get further insights, I simply would like to
have timestamps in all my log entries, so I can easily spot which
command took how long.
Is there an easy way to achieve this globally?
I found this he