Config App
You can customize core lono framework settings with
config/app.rb
Lono.configure do |config|
config.logger.level = "info"
end
For all the options, see Config Reference Docs.
You can customize core lono framework settings with
config/app.rb
Lono.configure do |config|
config.logger.level = "info"
end
For all the options, see Config Reference Docs.