Merge pull request #228 from orhtej2/patch-1

Explicitly set logging level to DEBUG
This commit is contained in:
Alexandre Aubin 2024-03-26 18:35:18 +01:00 committed by GitHub
commit 8ff76e1441
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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