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 8f7b8b0 commit 46ec4f8Copy full SHA for 46ec4f8
src/main/java/cloud/localstack/docker/Container.java
@@ -29,7 +29,7 @@ public class Container {
29
private static final int MAX_PORT_CONNECTION_ATTEMPTS = 10;
30
private static final int MAX_LOG_COLLECTION_ATTEMPTS = 120;
31
private static final long POLL_INTERVAL = 1000;
32
- private static final int NUM_LOG_LINES = 10;
+ private static final int NUM_LOG_LINES = 100;
33
34
private static final String ENV_DEBUG = "DEBUG";
35
private static final String ENV_USE_SSL = "USE_SSL";
0 commit comments