Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.
Originally posted by: DanRosenblattIf you insert the following line
ls.brain.server.logType=jerror
into the Server Properties section of your %LAE_HOME%/conf/brain/ls_brain.prop file, the logging will be changed from
<logEvent timestamp="1390239055000" level="WARN">
<message xsi:type="rawMessage"><![CDATA[Accepted connection from /123.45.67.89:0123]]></message>
<detail xsi:type="javaDetail" class="com.lavastorm.brain.server.Server" method="handleAccept" file="Server.java" line="561"/>
</logEvent>
To look like:
2014-01-20 12:30:55; Level: 2; Type: 0; Desc: Accepted connection from /123.45.67.89:0123; File: Server.java; Line: 561; Class: com.lavastorm.brain.server.Server; Method: handleAccept
With a human readable date and time.