mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
add logger into project flusher
This commit is contained in:
parent
a9ba7937c5
commit
0ae838dd2d
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@ docUpdaterKeys = Settings.redis.documentupdater.key_schema
|
|||
async = require("async")
|
||||
ProjectManager = require("./ProjectManager")
|
||||
_ = require("lodash")
|
||||
logger = require("logger-sharelatex")
|
||||
|
||||
ProjectFlusher =
|
||||
|
||||
|
|
Loading…
Reference in a new issue