Skip to content

Commit

Permalink
Merge pull request #67 from puppetlabs/jonathannewman-patch-1
Browse files Browse the repository at this point in the history
(maint) fix debug logging formatting
  • Loading branch information
steveax authored Aug 8, 2023
2 parents 217f2e4 + f548e12 commit b5cb93c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
(partial rbac/is-permitted? rbac-service))
token->subject (if-let [rbac-service (maybe-get-service this :RbacConsumerService)]
(partial rbac/valid-token->subject rbac-service))]
(log/debug (trs "Transformed auth.conf rules:\n{0}") (ks/pprint-to-string rules))
(log/debug (trs "Transformed auth.conf rules:\n{0}" (ks/pprint-to-string rules)))
(-> context
(assoc :is-permitted? is-permitted?)
(assoc :token->subject token->subject)
Expand Down

0 comments on commit b5cb93c

Please sign in to comment.