mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Change CLSI proxy errors to warnings
This commit is contained in:
parent
6318d9ace1
commit
3b079cde92
1 changed files with 1 additions and 1 deletions
|
@ -42,5 +42,5 @@ module.exports = CompileController =
|
|||
proxy = request(url: url, method: req.method, timeout: oneMinute)
|
||||
proxy.pipe(res)
|
||||
proxy.on "error", (error) ->
|
||||
logger.error err: error, url: url, "CLSI proxy error"
|
||||
logger.warn err: error, url: url, "CLSI proxy error"
|
||||
|
||||
|
|
Loading…
Reference in a new issue