Skip to content

Setting Embedly logger to Rails.logger in Rails v4 seems to stop Rails logging from working #22

@floehopper

Description

@floehopper

Adding the following in an initializer worked ok in Rails v3.2.13, but seemed to stop all logging output after upgrading to Rails v4.0.

Embedly.configure do |config|
  config.logger = Rails.logger
end

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions