mirror of
https://github.com/sablierapp/sablier.git
synced 2025-12-24 14:31:51 +01:00
fix(config): fix typo NewLoggingLevel to NewLoggingConfig
This commit is contained in:
@@ -6,7 +6,7 @@ type Logging struct {
|
||||
Level string `mapstructure:"LEVEL" yaml:"level" default:"info"`
|
||||
}
|
||||
|
||||
func NewLoggingLevel() Logging {
|
||||
func NewLoggingConfig() Logging {
|
||||
return Logging{
|
||||
Level: log.InfoLevel.String(),
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user