logcraft
logcraft copied to clipboard
A zero-configuration structured logging solution for pure Ruby or Ruby on Rails projects.
I'm not sure if it's something I can configure or something related to the implementation of logcraft. When I use "plain" rails logging in the console, I get one line:...
So after some debug, I found out, that if you are using Sentry (https://docs.sentry.io/platforms/ruby/guides/rails/configuration/options/) together with this Gem, you will hit some strange logger error in the `broadcast_logger.rb` ``` [GEMSPATH]/gems/activesupport-7.1.2/lib/active_support/broadcast_logger.rb:102:in...
Hello, I'm not sure if this is a logcraft or logging error but thought I would post an issue here first. I added this to my Gemfile: ``` gem 'logcraft'...
first thank you for creating this logger! one thing I'm trying to do is to extend the access logging json output to include dynamic data only available in the middle...
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...