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 <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2023-10-12 16:17:48 +00:00 committed by Johan Hedberg
commit 38e86c8e86

View file

@ -1037,7 +1037,7 @@ class ProjectBuilder(FilterBuilder):
instance = self.instance
if instance.handler.ready:
logger.info(f"Reset instance status from '{instance.status}' to None before run.")
logger.debug(f"Reset instance status from '{instance.status}' to None before run.")
instance.status = None
if instance.handler.type_str == "device":