From 9d7ebbd23ed7989f8c8e9a612a35499555c5e84b Mon Sep 17 00:00:00 2001 From: flynn Date: Sat, 8 Jun 2019 18:32:20 +0200 Subject: [PATCH] another log fix --- run_jar_with_dev.sh => run_jar_with_config.sh | 2 +- src/clj/cat/moauth.clj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename run_jar_with_dev.sh => run_jar_with_config.sh (94%) diff --git a/run_jar_with_dev.sh b/run_jar_with_config.sh similarity index 94% rename from run_jar_with_dev.sh rename to run_jar_with_config.sh index 2bdcb6e..e801d7b 100755 --- a/run_jar_with_dev.sh +++ b/run_jar_with_config.sh @@ -12,4 +12,4 @@ export OAUTH_CONSUMER_SECRET="blargh" java \ -Dlogback.configurationFile=env/dev/resources/logback.xml \ - -jar target/uberjar/cat.jar \ No newline at end of file + -jar target/uberjar/cat.jar diff --git a/src/clj/cat/moauth.clj b/src/clj/cat/moauth.clj index 2525800..27655b9 100644 --- a/src/clj/cat/moauth.clj +++ b/src/clj/cat/moauth.clj @@ -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))