You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to golang-nuts
Hello,
I've written a slog handler that checks the context for a key/value and changes the log level to debugging if the value matches. It can be found at https://github.com/MichelHollands/tracerbullet.
Is this a valid use of a custom handler? Can you seen anything obviously wrong with this approach?