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.
1 parent 130d89e commit 8119cccCopy full SHA for 8119ccc
testcontainers/core/waiting_utils.py
@@ -48,7 +48,7 @@ def wrapper(wrapped, instance, args, kwargs):
48
try:
49
return wrapped(*args, **kwargs)
50
except transient_exceptions as e:
51
- logger.info('container is not yet ready: %s', traceback.format_exc())
+ logger.debug('container is not yet ready: %s', traceback.format_exc())
52
time.sleep(config.SLEEP_TIME)
53
exception = e
54
raise TimeoutException(
0 commit comments