Hi Ashish, On Sun, Jul 6, 2014 at 12:27 PM, Ashish Sureka <[email protected]> wrote: > 1) Why log-level, timestamp and thread-name is not logged.
These things are typically logged by the underlying logging framework being used. For example if you use Logback then these can be logged via option provided under layout support [1]. >2) How important ed v(different people may have different opinion) is Point 1 (mentioning log-level, timestamp and thread-name) As mentioned above all such details can be logged through underlying logging framework configuration >4) Do you use any log-analysis tool? How are logs analyzed (visual inspection, home-grown tool/program, external open-source/commercial tool)? Mostly the logs are seen in a text editor/viewer :). Depending on requirements people can use Commercial products like Splunk [2] or Logstash [3] Chetan Mehrotra [1] http://logback.qos.ch/manual/layouts.html [2] http://www.splunk.com/ [3] http://logstash.net/
