Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: drop reserved
source
key in slog.Logger
The `source` key in slog.Logger is a reserved key and should not be used because it causes a panic. This commit removes the `source` key from the logger. Note: We already enforce the forbidden keys as per #42049. However, our lint jobs currently only run on Ubuntu runners, while the code in question compiles for Darwin targets only. Signed-off-by: Tiago Silva <tiago.silva@goteleport.com>
- Loading branch information