From e0861fb564fcb929563ad80ab67d6c961fe0d571 Mon Sep 17 00:00:00 2001 From: Andrii Savytskyi Date: Sun, 8 May 2022 12:08:54 +0300 Subject: [PATCH] Method Configuration.GetLogLevel returns LogLevel --- configuration.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.