Skip to content

Commit

Permalink
silent this too noisy log (#1414)
Browse files Browse the repository at this point in the history
silent this too noisy log
  • Loading branch information
ereteog authored Mar 1, 2024
1 parent 1a432b0 commit f29eb29
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/ctia/bundle/core.clj
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@
:entity
(with-long-id services))]
(when (< 1 (count old-entities))
(log/warn
(log/debug
(format
(str "More than one entity is "
"linked to the external ids %s (examples: %s)")
Expand Down
2 changes: 1 addition & 1 deletion test/ctia/bundle/core_test.clj
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
http-show-services)))
(is (= log?
(logged? 'ctia.bundle.core
:warn
:debug
#"More than one entity is linked to the external ids"))))))]
(test-fn {:msg "no existing external id"
:expected {:id indicator-id-3
Expand Down

0 comments on commit f29eb29

Please sign in to comment.