aboutsummaryrefslogtreecommitdiffstats
path: root/src/sch/handle.clj
diff options
context:
space:
mode:
Diffstat (limited to 'src/sch/handle.clj')
-rw-r--r--src/sch/handle.clj2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sch/handle.clj b/src/sch/handle.clj
index 453b586..d537aa3 100644
--- a/src/sch/handle.clj
+++ b/src/sch/handle.clj
@@ -20,7 +20,7 @@
(ns sch.handle
(:require [clojure.java.io :refer :all]
- [taoensso.timbre :as timbre :refer [info error]]
+ [clojure.tools.logging :as logger :refer [info error]]
[sch.inventory-client :refer [get-service-types! post-service-type!
delete-service-type!]]
[sch.asdc-client :refer [get-artifact!]]