rails_semantic_logger
rails_semantic_logger copied to clipboard
Rails Semantic Logger replaces the Rails default logger with Semantic Logger
Hello! Is this option still meant to work? I was hoping to format the ActionController log message with some custom details for our application, but trying to set a `proc`...
Hello. Is there a way to disable log per requests or controllers?
Hello @reidmorrison 👋 I've been recently working in a non-rails project that makes use of Sidekiq and I'd love to integrate SemanticLogger there. From what I can see however, it...
### Issue #187 Sensitive information may accidentally be sent to third party applications via the bind values of the SQL statements logged using semantic logger ### Description of changes If...
# Context I have an application that runs millions of jobs daily and use NewRelic to aggregate logs. While analyzing the logs, I noticed that, starting from [Semantic Logger v4.16](https://github.com/reidmorrison/rails_semantic_logger#upgrading-to-semantic-logger-v416---sidekiq-metrics-support),...
### Environment Provide at least: * Ruby Version. 3.3 * Rails Version. 7.2 * Semantic Logger Version. 4.16 * Rails Semantic Logger Version. 4.17 * Sidekiq 7.3.7 ### Expected Behavior...
### Issue # (if available) None ### Description of changes This PR adds Rails 8.0 to the CI matrix for confirming `rails_semantic_logger` works with it.
### Environment * Ruby Version: 3.2.2 * Semantic logger version: 4.16 * Application/framework names and versions: Rails 6.1.7.4, Puma: 5.6.9 * Rails Semantic Logger Version: 4.17.0. * Solidus e-commerce platform...
### Background In the app I'm working on, we've (mostly) silenced logs in CI via ```rb # config/environments/test.rb if ENV['CI'] config.log_level = :fatal end ``` There are some tests that...
Fixes #250 ### Issue #250 ### Description of changes Speculative change to how rack logger is instrumented By submitting this pull request, I confirm that my contribution is made under...