Skip to content

Commit

Permalink
Merge pull request #1883 from qRoC/fix-get-log-level
Browse files Browse the repository at this point in the history
Method Configuration.GetLogLevel returns LogLevel
  • Loading branch information
kataras committed May 8, 2022
2 parents 02a6d04 + e0861fb commit f33067c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configuration.go
Expand Up @@ -946,7 +946,7 @@ func (c *Configuration) GetVHost() string {

// GetLogLevel returns the LogLevel field.
func (c *Configuration) GetLogLevel() string {
return c.vhost
return c.LogLevel
}

// GetSocketSharding returns the SocketSharding field.
Expand Down

0 comments on commit f33067c

Please sign in to comment.