go-chi / httplog

Go HTTP request logger with structured logging capabilities built on "log/slog" package
MIT License
207 stars 42 forks source link

add level field name as an option #6

Closed Shubhaankar-Sharma closed 3 years ago

Shubhaankar-Sharma commented 3 years ago

This helps us in changing the field name, as providers like google cloud provider look for "severity" instead of "level" in their structured logging format...