What's Changed
- Fix regression with semantic-logger, allow setting custom logger by @bkeepers in #494
# config/application.rb # Set a custom dotenv logger Dotenv::Rails.logger = MyCustomLogger.new module YourApp class Application < Rails::Application # … end end
Full Changelog: v3.0.3...v3.1.0