mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
make startup message consistent
This commit is contained in:
parent
985abe42fe
commit
42e7d5d4b6
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ host = Settings.internal.realTime.host
|
|||
|
||||
server.listen port, host, (error) ->
|
||||
throw error if error?
|
||||
logger.log "real-time-sharelatex listening on #{host}:#{port}"
|
||||
logger.info "realtime starting up, listening on #{host}:#{port}"
|
||||
|
||||
# Stop huge stack traces in logs from all the socket.io parsing steps.
|
||||
Error.stackTraceLimit = 10
|
Loading…
Reference in a new issue