orangain / pretty-json-log-plugin

IntelliJ plugin to pretty print JSON lines logs.
https://plugins.jetbrains.com/plugin/24693-pretty-json-log
MIT License
11 stars 4 forks source link

Add settings for changing colors #90

Closed metaruslan closed 2 weeks ago

metaruslan commented 3 weeks ago

I'd like to configure my own colors. For example, I would definitely make WARNs yellow, because yellow is the color of warnings usually. Currently the plugin makes INFOs yellow.

Great tool, btw!

orangain commented 3 weeks ago

@metaruslan Thank you for using the plugin and submitting feedbacks! You can configure log colors from the Settings > Editor > Color Scheme > Console Colors > Log console. I also wonder why JetBrains uses white instead of yellow as the default warning color.

image
metaruslan commented 2 weeks ago

Oh, I see. Thank you very much!