rails_semantic_logger icon indicating copy to clipboard operation
rails_semantic_logger copied to clipboard

Disable color not working for default logs

Open gugaiz opened this issue 1 year ago • 1 comments
trafficstars

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.

Description

I am trying to disable color on default log but it is not working, I have on my config file

config.colorize_logging = false

but the default log is still showing with color

gugaiz avatar Oct 28 '24 20:10 gugaiz