You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
During slogGroups, various errors can occur (e.g. Error: cannot create google service: google: error getting JWT config from Service Account: invalid character '.' looking for beginning of value) which get dumped to console, but not handed through slog, which makes determining their error level in a lambda hard as they just show up as info level.
To Reproduce
Steps to reproduce the behavior:
Have a broken config
Run idpscim in a lambda
Expected behavior slog.Error call so we get properly tagged error logs
Additional information
Would a PR that added slog.Error bits to those be wanted?
The text was updated successfully, but these errors were encountered:
Describe the bug
During
slogGroups
, various errors can occur (e.g.Error: cannot create google service: google: error getting JWT config from Service Account: invalid character '.' looking for beginning of value
) which get dumped to console, but not handed throughslog
, which makes determining their error level in a lambda hard as they just show up as info level.To Reproduce
Steps to reproduce the behavior:
idpscim
in a lambdaExpected behavior
slog.Error
call so we get properly tagged error logsAdditional information
Would a PR that added
slog.Error
bits to those be wanted?The text was updated successfully, but these errors were encountered: