Open graial opened 3 years ago
There is a way to fix this bug and it is to not use the colorized logger, simply adding this config into a Kimurai initializer should be enough:
Kimurai.configure do |config|
config.colorize_logger = false
end
Kimurai.configure do |config| config.colorize_logger = false end
@estebansa19 Thank you for this!
I've recorded the fix/patch in this issue:
https://github.com/vifreefly/rbcat/issues/1
Did it this way, cuz I'm not sure how to submit a pull request