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,7 +119,7 @@
(try (try
(journal-name (tf/parse (tf/formatter "yyyy-MM-dd") s)) (journal-name (tf/parse (tf/formatter "yyyy-MM-dd") s))
(catch js/Error e (catch js/Error e
(log/error :parse-journal-date {:message "Failed to parse date to journal name" (log/info :parse-journal-date {:message "Failed to parse date to journal name"
:date-str s}) :date-str s})
nil))) nil)))