another log fix

This commit is contained in:
flynn 2019-06-08 18:32:20 +02:00
parent f8d26675df
commit 9d7ebbd23e
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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))