another log fix
This commit is contained in:
parent
f8d26675df
commit
9d7ebbd23e
2 changed files with 2 additions and 2 deletions
|
@ -12,4 +12,4 @@ export OAUTH_CONSUMER_SECRET="blargh"
|
|||
|
||||
java \
|
||||
-Dlogback.configurationFile=env/dev/resources/logback.xml \
|
||||
-jar target/uberjar/cat.jar
|
||||
-jar target/uberjar/cat.jar
|
|
@ -61,7 +61,7 @@
|
|||
:as :json
|
||||
:insecure? true
|
||||
})]
|
||||
(println "Access token response:" access-token)
|
||||
(log/debug "Access token response:" access-token)
|
||||
(:body access-token)))
|
||||
(catch Exception e (log/error "Something terrible happened..." e)))
|
||||
nil))
|
||||
|
|
Loading…
Reference in a new issue