Skip to content

Commit 5a01bdf

Browse files
committed
(maint) Make status error log at debug
1 parent 6ee48dc commit 5a01bdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/puppetlabs/puppetdb/scf/storage_utils.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@
373373
[{:keys [answer]}] (jdbc/query [select-42])]
374374
(= answer 42)))
375375
(catch Exception e
376-
(log/warn e "Query to check if the database is up failed")
376+
(log/debug e "Query to check if the database is up failed")
377377
false))))
378378

379379
(defn analyze-small-tables

0 commit comments

Comments
 (0)