Log with a custom logger instead of the slog.DefaultHandler
#2
Labels
enhancement
New feature or request
Milestone
slog.DefaultHandler
#2
Is your feature request related to a problem? Please describe.
I want to use my own logger.
Describe the solution you'd like
An option in the app declaration, of type
slog.Handler
. It must default to theslog.DefaultHandler
.All calls to
slog.Info/Debug
etc... Must be rewritten tos.log.Info
,s
being the*Server
instanceThe text was updated successfully, but these errors were encountered: