Skip to content

3.1.0

Latest
Compare
Choose a tag to compare
@bkeepers bkeepers released this 27 Feb 14:20
· 2 commits to main since this release
aeb2052

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