mirror of
https://github.com/overleaf/overleaf.git
synced 2025-01-30 22:51:11 +00:00
make startup message consistent
This commit is contained in:
parent
33e654accf
commit
d5f98c9800
1 changed files with 1 additions and 1 deletions
|
@ -126,7 +126,7 @@ beginShutdown = () ->
|
|||
logger.log "server will stop accepting connections"
|
||||
|
||||
server.listen port, host, ->
|
||||
logger.log("filestore listening on #{host}:#{port}")
|
||||
logger.info "Filestore starting up, listening on #{host}:#{port}"
|
||||
|
||||
process.on 'SIGTERM', () ->
|
||||
logger.log("filestore got SIGTERM, shutting down gracefully")
|
||||
|
|
Loading…
Reference in a new issue