Skip to content

Commit

Permalink
Merge pull request #1 from tonie-ng/refactor/dotenv-logger
Browse files Browse the repository at this point in the history
refactor: changed the logger tag
  • Loading branch information
tonievictor authored Apr 3, 2024
2 parents a9a6107 + 04a039f commit 11f1cd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion loader.go
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ func Config(params ...interface{}) (map[string]string, error) {

if len(params) == 0 {
filename = ".env"
logger = log.New(os.Stderr, "Dotenv logger", log.LstdFlags)
logger = log.New(os.Stderr, "dotenv", log.LstdFlags)
}

envVars, err := load(filename)
Expand Down

0 comments on commit 11f1cd5

Please sign in to comment.