Skip to content

Commit

Permalink
Remove apiGatewayValidLogLevels
Browse files Browse the repository at this point in the history
  • Loading branch information
fredericbarthelet committed Sep 30, 2020
1 parent 388644b commit 0cb980f
Showing 1 changed file with 0 additions and 2 deletions.
Expand Up @@ -17,7 +17,6 @@ const defaultApiGatewayLogFormat = [
'responseLength: $context.responseLength',
].join(', ');
const defaultApiGatewayLogLevel = 'INFO';
const apiGatewayValidLogLevels = new Set(['INFO', 'ERROR']);

// NOTE --> Keep this file in sync with ../stage.js

Expand All @@ -26,7 +25,6 @@ const apiGatewayValidLogLevels = new Set(['INFO', 'ERROR']);

module.exports = {
defaultApiGatewayLogLevel,
apiGatewayValidLogLevels,
updateStage() {
return BbPromise.try(() => {
const provider = this.state.service.provider;
Expand Down

0 comments on commit 0cb980f

Please sign in to comment.