mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
improve clsi logging
This commit is contained in:
parent
de6a790f3d
commit
d484c36c6d
1 changed files with 1 additions and 1 deletions
|
@ -117,7 +117,7 @@ module.exports = ClsiManager =
|
|||
statusCodeSame = results.newBackend?.response?.statusCode == results.currentBackend?.response?.statusCode
|
||||
currentCompileTime = results.currentBackend?.finishTime
|
||||
newBackendCompileTime = results.newBackend?.finishTime
|
||||
logger.log {statusCodeSame, timeDifference, currentCompileTime, newBackendCompileTime}, "both clsi requests returned"
|
||||
logger.log {statusCodeSame, timeDifference, currentCompileTime, newBackendCompileTime, project_id}, "both clsi requests returned"
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue