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

How enable pretty json logs #70

Open psharaev opened 1 month ago

psharaev commented 1 month ago

I downloaded the plugin and my expectation is that it will just work. But unfortunately, when I run application with logs, they still remain in raw json format. Do I need to enable the plugin somewhere? I saw that it says in the README that not all terminals are supported, but I did not understand where to find the context menu from the screenshot in the Limits chapter

image

orangain commented 1 month ago

@psharaev Thank you for trying the plugin. I tried Goland, and unfortunately it seems that this plugin is not supported in the Goland console. What I meant in the README was that if the menu items in the screenshot are not in your console, then that console is not supported by the plugin. I will improve the README so that it is easier to understand.

nsohn commented 1 week ago

@psharaev Thank you for trying the plugin. I tried Goland, and unfortunately it seems that this plugin is not supported in the Goland console. What I meant in the README was that if the menu items in the screenshot are not in your console, then that console is not supported by the plugin. I will improve the README so that it is easier to understand.

are there any plans to have this work with Goland?