mirror of
https://github.com/kataras/iris.git
synced 2025-01-23 10:41:03 +01:00
Merge pull request #1883 from qRoC/fix-get-log-level
Method Configuration.GetLogLevel returns LogLevel
This commit is contained in:
commit
f33067c1bb
|
@ -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.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user