mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-30 20:31:34 +02:00
make startup message consistent
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user