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

### Environment Provide at least: * Ruby Version: 2.7.4 * Rails Version: 7.0.4 * Semantic Logger Version: 4.14.0 * Rails Semantic Logger Version: 4.12.0 * Sidekiq version: 7.1.2 I don't...

### Environment Ruby: 3.1.4 Rails: 7.0.7.2 rails_semantic_logger (4.12.0) semantic_logger (4.14.0) Created a new application, added a `Page` model with `title` and `desc` fields, added the `desc` field to `Rails.application.config.filter_parameters`. ###...

I got a dependabot upgrade PR to upgrade from 4.10 to 4.12. It would be helpful to be able to look at a changelog file to see what I should...

The [original version](https://github.com/rails/rails/blob/main/actionpack/lib/action_dispatch/middleware/debug_exceptions.rb#L136) is skipping the log if the exception is rescued by Rails. I decided to still log those exceptions but with lower level (`debug` instead of `fatal`). I...

### Environment * Ruby Version: 2.5.8 * Semantic Logger Version: 4.12 * Application/framework: Rails 5.2.4 * Rails Semantic Logger Version: 4.11 * Rails configuration: `config.semantic_logger.add_appender(file_name: "log/#{Rails.env}.json", formatter: :json)` in `development.rb`...

### Description of changes rails_semantic logger has an optional dependency on Rackup. Unfortunately, Bundler doesn't have a concept of an optional dependency, meaning that it doesn't enforce the loading of...

### Issue When combining Semantic Logger with other gems that use the `Resque` namespace and the host app does not use the [`resque` gem](https://rubygems.org/gems/resque), Semantic logger causes a failure during...

### Issue # (if available) ### Description of changes Update sqlite3 development dependency, since 1.4 won't build on newer MacOS (see sparklemotion/sqlite3-ruby#313). v1.5 should fix the issue Also relax sqlite3...

### Issue # (if available) Related to #149 (but does NOT fix the issue - it does not make it possible to modify the message, simply make it slightly more...

awaiting feedback

Hi all, We are using semantic logger in production but we would like to have the option to turn on and turn off semantic logger in development. In the team...