We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5390600 + 41fd966 commit 52fc3b0Copy full SHA for 52fc3b0
packages/robot/src/robotcode/robot/diagnostics/imports_manager.py
@@ -624,7 +624,7 @@ def __init__(
624
625
self.load_library_timeout = load_library_timeout
626
627
- self._logger.critical(lambda: f"Using LoadLibrary timeout of {self.load_library_timeout} seconds")
+ self._logger.trace(lambda: f"Using LoadLibrary timeout of {self.load_library_timeout} seconds")
628
629
self._logger.trace(
630
lambda: f"Using load_library_timeout={self.load_library_timeout} (config/env/default)",
0 commit comments