-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(maint) update clj-parent to latest, avoid expensive logging
This updates clj-parent to 4.20 and removes an exclusion for clojure. It also conditionalizes some potentially expensive logging when the logging levels aren't used. Specifically it avoids a `doseq` and `count` of the events (which can be thousands as seen in the field) when debug isn't enabled, and avoids a potentially expensive `print-to-string` when trace isn't enabled.
- Loading branch information
1 parent
539ecec
commit 26d88e2
Showing
2 changed files
with
11 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters