mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Don't catch checkLogLevel
This commit is contained in:
parent
9b21292b44
commit
20f2e1eb1d
1 changed files with 1 additions and 3 deletions
|
@ -270,9 +270,7 @@ const Logger = (module.exports = {
|
|||
return
|
||||
}
|
||||
// check for log level override on startup
|
||||
this.checkLogLevel().catch((error) => {
|
||||
console.log(error)
|
||||
})
|
||||
this.checkLogLevel()
|
||||
// re-check log level every minute
|
||||
this.checkInterval = setInterval(this.checkLogLevel.bind(this), 1000 * 60)
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue