Skip to content

Commit

Permalink
fix: render object path in logs (#491)
Browse files Browse the repository at this point in the history
Co-authored-by: Gasper Oblak <[email protected]>
  • Loading branch information
n-rodriguez and bl4ko authored Feb 20, 2025
1 parent 2c9edc0 commit 7c9ba33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/netbox/service/rest.go
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ func Patch[T any](
ctx,
"Patching %T with path %s with data: %v",
dummy,
objectPath,
path,
body,
)

Expand Down

0 comments on commit 7c9ba33

Please sign in to comment.