log info instread

pull/2456/head
Weihua Lu 2021-07-28 16:31:10 +08:00
parent 586e8ba744
commit ff8e18ef90
1 changed files with 2 additions and 2 deletions

View File

@ -119,8 +119,8 @@
(try
(journal-name (tf/parse (tf/formatter "yyyy-MM-dd") s))
(catch js/Error e
(log/error :parse-journal-date {:message "Failed to parse date to journal name"
:date-str s})
(log/info :parse-journal-date {:message "Failed to parse date to journal name"
:date-str s})
nil)))
(defn today