Bogdan Pradatu
Results
2
issues of
Bogdan Pradatu
Hi, I'm using kas version 4.2 and having some issues with do_fetch method of some recipe. I was debugging using plain bitbake commands and all was fine, while in CI...
Currently, from what I can tell, kas is writing all log messages on STDERR: https://github.com/siemens/kas/blob/master/kas/kas.py#L73 By default, `logging.StreamHandler` will use sys.stderr, if not otherwise specified: https://docs.python.org/3/library/logging.handlers.html#streamhandler > Returns a new...