Re: [PATCH v2 6/7] dts: refactor logging configuration

2024-02-14 Thread Jeremy Spewock
On Wed, Feb 14, 2024 at 2:49 AM Juraj Linkeš wrote: > > Hi Jeremy, > > Just a reminder, please strip the parts you're not commenting on. > > > > +def __init__(self, *args, **kwargs): > > > +"""Extend the constructor with extra file handlers.""" > > > +self._extra_file_handlers

Re: [PATCH v2 6/7] dts: refactor logging configuration

2024-02-13 Thread Juraj Linkeš
Hi Jeremy, Just a reminder, please strip the parts you're not commenting on. On Mon, Feb 12, 2024 at 5:45 PM Jeremy Spewock wrote: > > On Tue, Feb 6, 2024 at 9:57 AM Juraj Linkeš > wrote: > > > > Remove unused parts of the code and add useful features: > > 1. Add DTS execution stages such as e

Re: [PATCH v2 6/7] dts: refactor logging configuration

2024-02-12 Thread Jeremy Spewock
On Tue, Feb 6, 2024 at 9:57 AM Juraj Linkeš wrote: > > Remove unused parts of the code and add useful features: > 1. Add DTS execution stages such as execution and test suite to better >identify where in the DTS lifecycle we are when investigating logs, > 2. Logging to separate files in specif

[PATCH v2 6/7] dts: refactor logging configuration

2024-02-06 Thread Juraj Linkeš
Remove unused parts of the code and add useful features: 1. Add DTS execution stages such as execution and test suite to better identify where in the DTS lifecycle we are when investigating logs, 2. Logging to separate files in specific stages, which is mainly useful for having test suite log