Commit c8f415d 1 parent a87a9cf commit c8f415d Copy full SHA for c8f415d
File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ func (s *azureSource) refresh() error {
91
91
92
92
httpClient := common .InitHttpClient (httpConnectionTimeout , responseHeaderTimeout )
93
93
if httpClient == nil {
94
- logger .Info ("Failed intializing http client" )
94
+ logger .Error ("Failed intializing http client" )
95
95
return fmt .Errorf ("Error intializing http client" )
96
96
}
97
97
@@ -106,7 +106,7 @@ func (s *azureSource) refresh() error {
106
106
defer resp .Body .Close ()
107
107
108
108
if resp .StatusCode != http .StatusOK {
109
- logger .Info ("http return error code for wireserver call" , zap .Any ("response" , resp ))
109
+ logger .Error ("http return error code for wireserver call" , zap .Any ("response" , resp ))
110
110
return fmt .Errorf ("wireserver http error %+v" , resp )
111
111
}
112
112
You can’t perform that action at this time.
0 commit comments