Method Configuration.GetLogLevel returns LogLevel

This commit is contained in:
Andrii Savytskyi 2022-05-08 12:08:54 +03:00
parent 02a6d04916
commit e0861fb564
No known key found for this signature in database
GPG Key ID: 8244413B4A4381F1

View File

@ -946,7 +946,7 @@ func (c *Configuration) GetVHost() string {
// GetLogLevel returns the LogLevel field. // GetLogLevel returns the LogLevel field.
func (c *Configuration) GetLogLevel() string { func (c *Configuration) GetLogLevel() string {
return c.vhost return c.LogLevel
} }
// GetSocketSharding returns the SocketSharding field. // GetSocketSharding returns the SocketSharding field.