Re: [yocto] Adding timestamps to yocto log entries

2025-02-01 Thread Gyorgy Sarvari via lists.yoctoproject.org
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

[yocto] Adding timestamps to yocto log entries

2025-01-31 Thread Markus H via lists.yoctoproject.org
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