mirror of
https://github.com/kataras/iris.git
synced 2025-12-17 18:07:01 +00:00
New JWT features and changes (examples updated). Improvements on the Context User and Private Error features
TODO: Write the new e-book JWT section and the HISTORY entry of the chnages and add a simple example on site docs
This commit is contained in:
@@ -67,11 +67,11 @@ var (
|
||||
}
|
||||
}
|
||||
|
||||
// LogLevel sets the application's log level "val".
|
||||
// LogLevel sets the application's log level.
|
||||
// Defaults to disabled when testing.
|
||||
LogLevel = func(val string) OptionSet {
|
||||
LogLevel = func(level string) OptionSet {
|
||||
return func(c *Configuration) {
|
||||
c.LogLevel = val
|
||||
c.LogLevel = level
|
||||
}
|
||||
}
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user