add more logs

This commit is contained in:
flynn 2019-02-14 03:01:39 +01:00
parent a6185feb20
commit 8e63cf8911
2 changed files with 5 additions and 2 deletions

Binary file not shown.

View File

@ -39,8 +39,11 @@
(defroutes home-routes
(GET "/" req
(log/info "------")
(log/info (env :oauth-consumer-key))
(log/info (env :oauth-consumer-secret))
(log/info "key: " (env :oauth-consumer-key))
(log/info "secret: " (env :oauth-consumer-secret))
(log/info "host: " (env :app-host))
(log/info "token: " (env :access-token-uri))
(log/info "auth uri: " (env :authorize-uri))
(log/info "------")
(let [users (get-users)
relations (get-relations)