Skip to content

Commit

Permalink
Merge branch 'feature/fix-missing-logs' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
daiLlew committed Sep 24, 2020
2 parents d710c55 + 0f2885a commit a79bb02
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion service/service.go
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,6 @@ func getAuthorisationHandlers(ctx context.Context, cfg *config.Configuration) (a
}

log.Event(ctx, "feature flag enabled", log.INFO, log.Data{"feature": "ENABLE_PERMISSIONS_AUTH"})
auth.LoggerNamespace("dp-dataset-api-auth")

authClient := auth.NewPermissionsClient(dphttp.NewClient())
authVerifier := auth.DefaultPermissionsVerifier()
Expand Down

0 comments on commit a79bb02

Please sign in to comment.