🚚 Rename stdout.config.formatter to format

This commit is contained in:
Dan Jones 2024-03-10 21:08:34 -05:00
commit 8086029b03
6 changed files with 8 additions and 9 deletions

View file

@ -21,7 +21,7 @@ type Output struct {
}
type Stdout struct {
Formatter string `env:"LOG_STDOUT_FORMATTER" mapstructure:"formatter"`
Format string `env:"LOG_STDOUT_FORMAT" mapstructure:"format"`
}
type stdoutEnabled struct {