Open kavinphan opened 3 weeks ago
Unfortunately, Logcraft can't work properly with absolutely zero configuration. It doesn't need much tinkering but it does need a tiny bit. As mentioned in the README:
For Logcraft to work properly, you need to delete or comment out the logging configuration options in the generated
config/environments/production.rb
file.
If that doesn't work, are you by any chance configuring Puma's logger manually?
I'm trying to to integrate logcraft in a Rails 6.1 project, but I am receiving errors from different parts of the application that interact with ActiveSupport's TaggedLogging. These errors appear immediately after installing logcraft with no configuration.
When starting the web server (Puma)
This error also seems to happen when initializing Redis.