Explicitly set logging level to DEBUG

This commit is contained in:
Mateusz 2024-03-26 01:09:01 +01:00 committed by GitHub
parent a44988a120
commit b5a5478055
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -46,8 +46,7 @@ end
logger = Logging.new(appender)
-- FIXME : how to set logging level ?
--logger:setLevel(logger.DEBUG) -- FIXME
logger:setLevel(Logging.DEBUG)
-- You should see that in your Nginx error logs by default