diff --git a/configuration.go b/configuration.go index 73905652..43dab318 100644 --- a/configuration.go +++ b/configuration.go @@ -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.