actindi / act-fluent-logger-rails

Fluent logger
MIT License
118 stars 72 forks source link

Stop calling after_initialize in rails 6.0 or above #49

Closed eitoball closed 5 years ago

eitoball commented 5 years ago
DEPRECATION WARNING: Logger don't need to call #after_initialize directly anymore. It will be
deprecated without replacement in Rails 6.1. (called from initialize at .../lib/act-fluent-logger-rails/logger.rb:92)
jiikko commented 4 years ago

@eitoball Could you restore this branch? I want to merge this comit 6278e66.

thanks!

eitoball commented 4 years ago

@jiikko Created new PR #54. Thanks.