Add some debug/info logging
This commit is contained in:
@@ -41,6 +41,7 @@ public class BoshCliConfig {
|
||||
}
|
||||
|
||||
public void handleConfigurationChange(Settings newConfig) {
|
||||
Log.info("Settings received: "+newConfig);
|
||||
this.settings = newConfig;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -103,6 +103,7 @@ public abstract class BoshCommandBasedModelProvider<T> implements DynamicModelPr
|
||||
|
||||
protected String executeCommand(ExternalCommand command) throws Exception {
|
||||
if (command==null) {
|
||||
Log.log("bosh cli based editor features are disabled");
|
||||
throw new IOException("bosh cli based editor features are disabled");
|
||||
}
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user