Hi
After migrating to a recent version of MongoDB, we noticed that the log is in json format and it’s not easy to ready it, is there any free tool (in windows env) we can use to parse and read the log in more readable format
thanx
Hi
After migrating to a recent version of MongoDB, we noticed that the log is in json format and it’s not easy to ready it, is there any free tool (in windows env) we can use to parse and read the log in more readable format
thanx
Opening a JSON with firefox usually allows easy reading.
The jq tool is also nice to have
https://stedolan.github.io/jq/