diff --git a/backend/src/uxbox/http.clj b/backend/src/uxbox/http.clj index ab4b61afb..716047d44 100644 --- a/backend/src/uxbox/http.clj +++ b/backend/src/uxbox/http.clj @@ -70,6 +70,8 @@ {:middleware [[middleware/development-resources] [middleware/development-cors] [middleware/metrics]]})] + (log/infof "Http server listening on http://localhost:%s/" + (:http-server-port cfg/config)) (jetty/run-jetty handler options))) (defstate server diff --git a/backend/src/uxbox/redis.clj b/backend/src/uxbox/redis.clj index 0d18b7b3b..f1052d36a 100644 --- a/backend/src/uxbox/redis.clj +++ b/backend/src/uxbox/redis.clj @@ -22,7 +22,6 @@ (defn- create-client [config] (let [uri (:redis-uri config "redis://redis/0")] - (log/info "creating redis client with" uri) (redis/client uri))) (defstate client diff --git a/backend/src/uxbox/services/notifications.clj b/backend/src/uxbox/services/notifications.clj index 69b241397..3dee2b8cd 100644 --- a/backend/src/uxbox/services/notifications.clj +++ b/backend/src/uxbox/services/notifications.clj @@ -96,7 +96,7 @@ (defmethod handle-message :connect [{:keys [file-id profile-id session-id output] :as ws} message] - (log/info (str "profile " profile-id " is connected to " file-id)) + (log/debugf "profile '%s' is connected to file '%s'" profile-id file-id) (go-try (