mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-21 23:42:12 +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"
|
logger.log "server will stop accepting connections"
|
||||||
|
|
||||||
server.listen port, host, ->
|
server.listen port, host, ->
|
||||||
logger.log("filestore listening on #{host}:#{port}")
|
logger.info "Filestore starting up, listening on #{host}:#{port}"
|
||||||
|
|
||||||
process.on 'SIGTERM', () ->
|
process.on 'SIGTERM', () ->
|
||||||
logger.log("filestore got SIGTERM, shutting down gracefully")
|
logger.log("filestore got SIGTERM, shutting down gracefully")
|
||||||
|
|
Loading…
Reference in a new issue