Closed satterly closed 7 years ago
Thanks for your feedback @satterly So there seems to be an issue depending on Log Level, so I would suggest you to try the below line before calling our SDK client.
Logger.getRootLogger().setLevel(Level.INFO); //org.apache.log4j.Logger.getRootLogger().setLevel(org.apache.log4j.Level.INFO); ETClient client = new ETClient("fuelsdk.properties");
The second line is just to clarify the imports, use whichever suits you. And any Log Level other than Level.DEBUG should work.
We shall definitely fix that in our next release.
Thanks. I can confirm that works.
When I update my application from Fuel SDK version 1.2.0 to 1.2.1 I get an "Already connected" exception...