We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99d49b0 commit 45c28d3Copy full SHA for 45c28d3
flask_log_request_id/request_id.py
@@ -81,7 +81,7 @@ def _persist_request_id():
81
setattr(g, g_object_attr, self._request_id_generator())
82
83
# Register after request
84
- if self.app.config['LOG_REQUEST_ID_LOG_ALL_REQUESTS']:
+ if app.config['LOG_REQUEST_ID_LOG_ALL_REQUESTS']:
85
app.after_request(self._log_http_event)
86
87
@staticmethod
0 commit comments