Merge pull request #1883 from qRoC/fix-get-log-level

Method Configuration.GetLogLevel returns LogLevel
This commit is contained in:
Gerasimos (Makis) Maropoulos 2022-05-08 12:42:55 +03:00 committed by GitHub
commit f33067c1bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.