| Ali Ok So my feeling is that our various framework components will need the ability to log some stuff. I feel like that will need to be eventually passed down by the user. Here's one example of where I've hacked that right now https://github.com/aerogear/apollo-voyager-server/blob/master/packages/apollo-voyager-keycloak/src/KeycloakSecurityService.ts#L19 Here's another: https://github.com/aerogear/apollo-voyager-server/blob/master/packages/apollo-voyager-keycloak/src/schemaDirectives/hasRole.ts#L6 These current solutions are not great from a user perspective. If you would like, you can feel free to split the work and we can tackle this in a different task  |