Skip to content

Commit

Permalink
Disable request logging (#275)
Browse files Browse the repository at this point in the history
  • Loading branch information
c-w authored Dec 27, 2019
1 parent 84bc452 commit 378ce45
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions opwen_email_server/integration/wsgi.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ def _configure_flask(app: Flask):
app.config['APPINSIGHTS_INSTRUMENTATIONKEY'] = config.APPINSIGHTS_KEY
app.config['APPINSIGHTS_ENDPOINT_URI'] = config.APPINSIGHTS_HOST
app.config['APPINSIGHTS_DISABLE_TRACE_LOGGING'] = True
app.config['APPINSIGHTS_DISABLE_REQUEST_LOGGING'] = True
AppInsights(app)

CORS(app)
Expand Down

0 comments on commit 378ce45

Please sign in to comment.