lib/generators/locomotive/install/templates/locomotive.rb in locomotivecms-4.1.0.rc1 vs lib/generators/locomotive/install/templates/locomotive.rb in locomotivecms-4.1.0
- old
+ new
@@ -21,11 +21,15 @@
config.locales = [:en, :fr, :de, :"zh-CN", :cs, :el, :lt, :"pt-BR", :nl, :ru]
# available locales suggested to "localize" a site. You will have to pick up at least one among that list.
# config.site_locales = %w{en de fr pl pt pt-BR it nl nb es ru ja cs bg sk uk}
- # tell if logs are enabled. Useful for debug purpose.
+ # tell if logs (back-office) are enabled. Useful for debug purpose.
config.enable_logs = true
+
+ # setup the logger for Steam (rendering)
+ # config.steam_log_file = ENV['LOCOMOTIVE_STEAM_LOG'] || Rails.root.join('log', 'steam.log')
+ # config.steam_log_level = ::Logger::DEBUG
# the API authentication requires to developer to pass 2 params in the header
# of the request: X-Locomotive-Account-Email and X-Locomotive-Token.
# However, to keep backward compatability with v2.x versions, you can use
# the "token" request param instead although it is considered unsafe.