mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
25448bfef4
Commit 9056143fe36f1347a1ff985ef8592a1de7d798dd added logic to log requests with different error levels depending on the status code. The intention was to make the 5xx and 4xx requests stand out in Stackdriver. Unfortunately, this also creates a lot of noise in Sentry since we log the errors separately from the requests. This commit brings back the former behaviour of logging all requests at the INFO level. We can revisit this if we integrate the strategy implemented in filestore of logging once per request. |
||
---|---|---|
.. | ||
statsd | ||
test/unit/coffee | ||
.gitignore | ||
.nvmrc | ||
event_loop.coffee | ||
Gruntfile.coffee | ||
http.coffee | ||
index.js | ||
LICENSE | ||
memory.coffee | ||
metrics.coffee | ||
mongodb.coffee | ||
open_sockets.coffee | ||
package-lock.json | ||
package.json | ||
prom_wrapper.coffee | ||
timeAsyncMethod.coffee | ||
uv_threadpool_size.coffee |