mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-02 13:49:00 +02:00
make startup message consistent
This commit is contained in:
@@ -33,7 +33,7 @@ if Settings.catchErrors
|
||||
port = Settings.port or Settings.internal?.web?.port or 3000
|
||||
host = Settings.internal.web.host or "localhost"
|
||||
Server.server.listen port, host, ->
|
||||
logger.info("web-sharelatex listening on port #{port}")
|
||||
logger.info "web starting up, listening on #{host}:#{port}"
|
||||
logger.info("#{require('http').globalAgent.maxSockets} sockets enabled")
|
||||
if argv.user
|
||||
process.setuid argv.user
|
||||
|
||||
Reference in New Issue
Block a user