mirror of
https://github.com/YunoHost/SSOwat.git
synced 2024-09-03 20:06:27 +02:00
Explicitly set logging level to DEBUG
This commit is contained in:
parent
a44988a120
commit
b5a5478055
1 changed files with 1 additions and 2 deletions
3
init.lua
3
init.lua
|
@ -46,8 +46,7 @@ end
|
||||||
|
|
||||||
logger = Logging.new(appender)
|
logger = Logging.new(appender)
|
||||||
|
|
||||||
-- FIXME : how to set logging level ?
|
logger:setLevel(Logging.DEBUG)
|
||||||
--logger:setLevel(logger.DEBUG) -- FIXME
|
|
||||||
|
|
||||||
|
|
||||||
-- You should see that in your Nginx error logs by default
|
-- You should see that in your Nginx error logs by default
|
||||||
|
|
Loading…
Reference in a new issue