Skip to content

Commit c0e6898

Browse files
committed
fix(robot): change logger level from critical to trace for load_library_timeout
Signed-off-by: Daniel Biehl <dbiehl@live.de>
1 parent ec407f6 commit c0e6898

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)