ajmyyra / ambassador-auth-oidc

OpenID Connect AuthService for Ambassador API Gateway
MIT License
88 stars 35 forks source link

Better logging #2

Open ajmyyra opened 5 years ago

ajmyyra commented 5 years ago

Logging is currently all over the place and repeats itself on many lines. Create a separate logger to handle the cases.

ajmyyra commented 5 years ago

While we're at it, let's put errors to stderr where they belong.