Skip to content

Commit

Permalink
changes request failures to warn level log, fixes #718
Browse files Browse the repository at this point in the history
  • Loading branch information
aoberoi committed Mar 8, 2019
1 parent e650d63 commit 75a013f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/WebClient.ts
Expand Up @@ -719,7 +719,7 @@ export class WebClient extends EventEmitter {

return response;
} catch (error) {
this.logger.debug('http request failed', error.message);
this.logger.warn('http request failed', error.message);
if (error.request) {
throw requestErrorWithOriginal(error);
}
Expand Down

0 comments on commit 75a013f

Please sign in to comment.