go-logging
go-logging copied to clipboard
Support for %{env} variable in formatter.
Greetings,
Would be great to support %{env} variable in formatter that can be staging
, dev
, prod
, etc.
I made it taken from os.Getenv("ENV")
but open for other suggestions.
Cheers Eugene