Skip to content

Commit 52fc3b0

Browse files
committed
fix(robot): change logger level from critical to trace for LoadLibrary timeout
Signed-off-by: Daniel Biehl <dbiehl@live.de>
2 parents 5390600 + 41fd966 commit 52fc3b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/robot/src/robotcode/robot/diagnostics/imports_manager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -624,7 +624,7 @@ def __init__(
624624

625625
self.load_library_timeout = load_library_timeout
626626

627-
self._logger.critical(lambda: f"Using LoadLibrary timeout of {self.load_library_timeout} seconds")
627+
self._logger.trace(lambda: f"Using LoadLibrary timeout of {self.load_library_timeout} seconds")
628628

629629
self._logger.trace(
630630
lambda: f"Using load_library_timeout={self.load_library_timeout} (config/env/default)",

0 commit comments

Comments
 (0)