From bc450951067193b5b32a354ec82e92919778a807 Mon Sep 17 00:00:00 2001 From: "Au, Bill (wa998j)" Date: Fri, 10 Aug 2018 11:01:25 -0400 Subject: EELF and email notification Issue-ID: DCAEGEN2-554 Change-Id: Ibcc19aa84c4bd687fb258b4e1effddedb0328871 Signed-off-by: Au, Bill (wa998j) --- src/sch/inventory_client.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/sch/inventory_client.clj') diff --git a/src/sch/inventory_client.clj b/src/sch/inventory_client.clj index a38b693..75907df 100644 --- a/src/sch/inventory_client.clj +++ b/src/sch/inventory_client.clj @@ -20,7 +20,7 @@ (ns sch.inventory-client (:require [clj-http.client :as client] - [taoensso.timbre :as timbre :refer [error]] + [clojure.tools.logging :as logger :refer [error]] [cheshire.core :refer [parse-string]] [org.bovinegenius.exploding-fish :refer [uri param]]) (:gen-class)) -- cgit 1.2.3-korg