diff --git a/services/real-time/app.coffee b/services/real-time/app.coffee index 37a45a957b..9c89bc5cc8 100644 --- a/services/real-time/app.coffee +++ b/services/real-time/app.coffee @@ -49,7 +49,7 @@ app.get "/", (req, res, next) -> res.send "real-time-sharelatex is alive" app.get "/status", (req, res, next) -> - console.log("got status") + console.log("got status", req.query) res.send "real-time-sharelatex is alive" rclient = require("redis-sharelatex").createClient(Settings.redis.realtime)