Skip to content

Commit 38e86c8

Browse files
nashifjhedberg
authored andcommitted
twister: runner: change log message from info to debug
Very verbose log message without too much context that should be a debug message rather than a info(). Signed-off-by: Anas Nashif <[email protected]>
1 parent 362d890 commit 38e86c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/pylib/twister/twisterlib/runner.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1037,7 +1037,7 @@ def run(self):
10371037
instance = self.instance
10381038

10391039
if instance.handler.ready:
1040-
logger.info(f"Reset instance status from '{instance.status}' to None before run.")
1040+
logger.debug(f"Reset instance status from '{instance.status}' to None before run.")
10411041
instance.status = None
10421042

10431043
if instance.handler.type_str == "device":

0 commit comments

Comments
 (0)