mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-17 03:22:10 +00:00
change logging message to be different from LatexRunner
This commit is contained in:
parent
5c1e903b14
commit
08a446f03d
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ module.exports = CompileManager =
|
|||
compileDir = getCompileDir(request.project_id, request.user_id)
|
||||
|
||||
timer = new Metrics.Timer("write-to-disk")
|
||||
logger.log project_id: request.project_id, user_id: request.user_id, "starting compile"
|
||||
logger.log project_id: request.project_id, user_id: request.user_id, "syncing resources to disk"
|
||||
ResourceWriter.syncResourcesToDisk request.project_id, request.resources, compileDir, (error) ->
|
||||
if error?
|
||||
logger.err err:error, project_id: request.project_id, user_id: request.user_id, "error writing resources to disk"
|
||||
|
|
Loading…
Reference in a new issue