rails_semantic_logger icon indicating copy to clipboard operation
rails_semantic_logger copied to clipboard

Rails Semantic Logger replaces the Rails default logger with Semantic Logger

Results 63 rails_semantic_logger issues
Sort by recently updated
recently updated
newest added
trafficstars

Thanks for the recent sidekiq 7 support! I come bearing bugs: ### Environment * Ruby Version: 3.2.4 * Rails Version: 7.1.3.4 * Semantic Logger Version: 4.15.0 * Rails Semantic Logger...

``` /user/.rvm/gems/ruby-3.3.1/gems/sidekiq-7.3.0/lib/sidekiq/job_logger.rb:5:in `': uninitialized constant Sidekiq::Component (NameError) include Sidekiq::Component ^^^^^^^^^^^ Did you mean? Complex from /user/.rvm/gems/ruby-3.3.1/gems/sidekiq-7.3.0/lib/sidekiq/job_logger.rb:4:in `' from /user/.rvm/gems/ruby-3.3.1/gems/sidekiq-7.3.0/lib/sidekiq/job_logger.rb:3:in `' from /user/.rvm/rubies/ruby-3.3.1/lib/ruby/3.3.0/bundled_gems.rb:74:in `require' from /user/.rvm/rubies/ruby-3.3.1/lib/ruby/3.3.0/bundled_gems.rb:74:in `block (2 levels) in replace_require'...

Attempting to include SemanticLogger::Loggable in a class derived from ActionCable::Connection::Base will mean connect on the base class will never be called. Because ActionCable::Connection implements its own logger, the TaggedLoggerProxy, any...

### Environment * Ruby Version: **(3.3.2)** * Rails Version: **(7.1.3.3)** * Semantic Logger Version: **(4.16.1)** * Rails Semantic Logger Version: **(4.17.0)** * Other Application/framework names and versions (e.g. Puma, etc.):...

### Environment Provide at least: * Ruby Version: 3.3.4 * rails (7.2.1) * semantic_logger (4.16.0) * rails_semantic_logger (4.17.0) * solid_queue (0.6.1) Rails configuration: ```ruby config.active_job.queue_adapter = :solid_queue config.log_level = ENV![:APP_LOG_LEVEL]...

### Environment Provide at least: * Ruby Version. - 3.3.5 * Rails Version. - 7.1.4 * Semantic Logger Version. - 4.16.1 * Rails Semantic Logger Version. - 4.14.0 * Other...

### Environment Provide at least: * rails_semantic_logger (4.17.0) * semantic_logger (4.16.0) * rails (7.1.3.3) * ruby: 3.2.4 ### Expected Behavior I have this in my `environments/development.rb`: ``` config.action_mailer.raise_delivery_errors = true...

### Issue # (if available) - ### Description of changes Only fix a typo. s/bytea/byte a/ By submitting this pull request, I confirm that my contribution is made under the...

### Environment Provide at least: * Ruby Version. 3.1.3 * Rails Version. 7.0.4.3 * Semantic Logger Version. semantic_logger-4.15.0 * Rails Semantic Logger Version. rails_semantic_logger-4.14.0 * Other Application/framework names and versions...