diff --git a/services/clsi/app.coffee b/services/clsi/app.coffee index 464ff3900f..42c5c062dd 100644 --- a/services/clsi/app.coffee +++ b/services/clsi/app.coffee @@ -104,7 +104,7 @@ app.use (error, req, res, next) -> res.send error?.statusCode || 500 app.listen port = (Settings.internal?.clsi?.port or 3013), host = (Settings.internal?.clsi?.host or "localhost"), (error) -> - logger.log "CLSI listening on #{host}:#{port}" + logger.info "CLSI starting up, listening on #{host}:#{port}" setInterval () -> ProjectPersistenceManager.clearExpiredProjects()