Ruby config logs colors

Hi everybody,

I have a Rails app that uses the Thin server and SSL. I start the server with the following command from the terminal:

thin start --ssl


I created a custom Ruby configuration to run the server from RubyMine, and setup the Logs to see the server logs. The problem is that for some reason, RubyMine doesn't convert the ASCII codes into colors. I could disable colors from Rails, but I would really like to see the logs with colors. How can I do that from RubyMine please?

Edit: I have another Rails application that does not use SSL. I started the Thin server using the Rails usual config. The logs are not colored either but the ASCII characters are stripped out. Is there any way to have colored logs in the RubyMine servers tab?

0
3 comments

I'm afraid there is no such way :(  AFAIK we do not support coloring in logs.

Regards, Oleg.

0

Thanks a lot for your answer :)

0

Deleted Post by original author (not constructive)

0

Please sign in to leave a comment.