add more logs
This commit is contained in:
parent
a6185feb20
commit
8e63cf8911
2 changed files with 5 additions and 2 deletions
BIN
releases/cat.jar
BIN
releases/cat.jar
Binary file not shown.
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue