feat(middlewares): Continue adding std middlewares
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@ -7,7 +7,7 @@ import (
|
||||
"github.com/sirupsen/logrus"
|
||||
)
|
||||
|
||||
// list of common environment variables
|
||||
// list of common environment variables.
|
||||
var commonEnvs = []string{"APP_NAME", "APP_VERSION"}
|
||||
|
||||
// AddCommonFieldsFromEnv will analyze "common" environment variable and will add those
|
||||
|
Reference in New Issue
Block a user