File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/main/java/com/eppo/sdk/helpers Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 6
6
7
7
<groupId >cloud.eppo</groupId >
8
8
<artifactId >eppo-server-sdk</artifactId >
9
- <version >1.1.0 </version >
9
+ <version >1.1.1 </version >
10
10
11
11
<name >${project.groupId} :${project.artifactId} </name >
12
12
<description >Eppo Server-Side SDK for Java</description >
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ public Optional<ExperimentConfigurationResponse> fetchExperimentConfiguration()
43
43
throw new InvalidApiKeyException ("Unauthorized: invalid Eppo API key." );
44
44
}
45
45
} catch (HttpTimeoutException e ) { // non-fatal error
46
- log .error ("Request time out while fetching experiment configurations: " + e .getMessage (), e );
46
+ log .warn ("Request time out while fetching experiment configurations: " + e .getMessage ());
47
47
} catch (InvalidApiKeyException e ) {
48
48
throw e ;
49
49
} catch (Exception e ) { // fatal error that will stop the polling process
You can’t perform that action at this time.
0 commit comments