logformat assumes innerVal is not an Object. Does not process innerVal if innerVal is an Object. This doesn't provide a deep reformat of JSON to key-value pairs
Take for example: {"date":"2015-11-19","client":{"agent":"firefox","ip":"10.1.32.1"},"server":{"windows":{"ip":"192.168.2.222"}}}
Parse JSON to the last primitive/simple value
logformat assumes innerVal is not an Object. Does not process innerVal if innerVal is an Object. This doesn't provide a deep reformat of JSON to key-value pairs
Take for example: {"date":"2015-11-19","client":{"agent":"firefox","ip":"10.1.32.1"},"server":{"windows":{"ip":"192.168.2.222"}}}
Parse JSON to the last primitive/simple value