Skip to content

Commit

Permalink
Fix format.
Browse files Browse the repository at this point in the history
  • Loading branch information
whilo committed Sep 27, 2024
1 parent 6fc6034 commit 441e0ed
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/datahike/cli.clj
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@

(when-not (= "true" (System/getenv "BABASHKA_POD"))
(log/merge-config!
{:appenders {:println {:enabled? false} ;; leave a "paper trail"
:stderr {:doc "Always prints to *err*"
:enabled? true
:fn (fn log-to-stderr [{:keys [output_]}]
(binding [*out* *err*]
(println (force output_))))}}}))
{:appenders {:println {:enabled? false} ;; leave a "paper trail"
:stderr {:doc "Always prints to *err*"
:enabled? true
:fn (fn log-to-stderr [{:keys [output_]}]
(binding [*out* *err*]
(println (force output_))))}}}))

(defn usage [options-summary]
(->> [datahike-logo
Expand Down

0 comments on commit 441e0ed

Please sign in to comment.