mirror of
https://github.com/kataras/iris.git
synced 2025-12-17 18:07:01 +00:00
Method Configuration.GetLogLevel returns LogLevel
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user