logFormat property
The logFormat property defines a format in which log is written to the file.
The two following values are supported:
simple - This is default value, and the current way of logging in Daeja ViewONE.
json - Log is
formatted in JSON with following format:
{
"parentId": "ViewOnePlatform.navigator.tile",
"threadName": "Default Executor-thread-8",
"timestamp": "2022-09-13T04:07.802Z",
"t1/t2": "000030485/000000078",
"traceParameter": "traceAnnotation",
"message": "URLRemapper (external to internal): Mapping Done"
}