mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
make startup message consistent
This commit is contained in:
parent
9764ab258b
commit
bb071e99fa
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue