Skip to content

Commit 08be934

Browse files
committed
debugging getProviderStack call
1 parent fc93d3d commit 08be934

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/main/java/picoded/dstack/stack/ProviderConfig.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,9 @@ public CoreStack getProviderStack(String name) {
146146
throw new IllegalArgumentException("Unknown provider name, config not found : " + name);
147147
}
148148

149+
// Logging for debugging issue
150+
System.out.println("Initializing getProviderStack : "+name);
151+
149152
// Initialization of stack and store into cache
150153
cache = initStack(providerConfig.getString("type"), providerConfig);
151154
providerStackMap.put(name, cache);

0 commit comments

Comments
 (0)