Re: [PATCH v2 3/3] dts: Improve logging for interactive shells

2024-05-15 Thread Jeremy Spewock
On Mon, May 13, 2024 at 11:03 AM Juraj Linkeš wrote: > > Good idea. And again, with the one minor point below, > Reviewed-by: Juraj Linkeš > > > diff --git a/dts/framework/remote_session/interactive_shell.py > > b/dts/framework/remote_session/interactive_shell.py > > index 0b0ccdb545..eb9c9b6843

Re: [PATCH v2 3/3] dts: Improve logging for interactive shells

2024-05-13 Thread Juraj Linkeš
Good idea. And again, with the one minor point below, Reviewed-by: Juraj Linkeš > diff --git a/dts/framework/remote_session/interactive_shell.py > b/dts/framework/remote_session/interactive_shell.py > index 0b0ccdb545..eb9c9b6843 100644 > --- a/dts/framework/remote_session/interactive_shell.py >

Re: [PATCH v2 3/3] dts: Improve logging for interactive shells

2024-05-09 Thread Luca Vizzarro
Reviewed-by: Luca Vizzarro

[PATCH v2 3/3] dts: Improve logging for interactive shells

2024-05-01 Thread jspewock
From: Jeremy Spewock The messages being logged by interactive shells currently are using the same logger as the node they were created from. Because of this, when sending interactive commands, the logs make no distinction between when you are sending a command directly to the host and when you ar