diff options
| author | mo khan <mo@mokhan.ca> | 2025-04-02 13:32:22 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2025-04-02 13:32:22 -0600 |
| commit | 894e270ab5a15de2b664cc6f4ee6fd8369985f75 (patch) | |
| tree | d778e426fcd1666dd35d978215434103e78acee8 /pkg/policies/init.go | |
| parent | 2a37de4a34552feac221771278236fb23f8e83c0 (diff) | |
refactor: combine cedar policies and add tests
Diffstat (limited to 'pkg/policies/init.go')
| -rw-r--r-- | pkg/policies/init.go | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/pkg/policies/init.go b/pkg/policies/init.go index cabfbecc..a10526f7 100644 --- a/pkg/policies/init.go +++ b/pkg/policies/init.go @@ -5,7 +5,6 @@ import ( _ "embed" "fmt" "io/fs" - "log" "strings" "github.com/cedar-policy/cedar-go" @@ -57,7 +56,7 @@ func init() { }) if err != nil { - log.Fatal(err) + xlog.Default.Printf("error: %v\n", err) } } |
