You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@samza.apache.org by "Jake Maes (JIRA)" <ji...@apache.org> on 2016/03/28 18:35:25 UTC

[jira] [Created] (SAMZA-919) Add milliseconds and thread name to log4j configs.

Jake Maes created SAMZA-919:
-------------------------------

             Summary: Add milliseconds and thread name to log4j configs. 
                 Key: SAMZA-919
                 URL: https://issues.apache.org/jira/browse/SAMZA-919
             Project: Samza
          Issue Type: Bug
            Reporter: Jake Maes
            Assignee: Jake Maes
             Fix For: 0.10.1


Although the Samza RunLoop is single-threaded, there are other threads used in important areas. e.g. BrokerProxy. It's useful to log the thread name to help reason about how the threads are interacting. 

Also, the time stamps are currently logged with second granularity which can make it hard to identify events that happen on sub-second time scale. 

This ticket is to update the log4j configurations in the samza and hello-samza repositories to include millisecond timestamp granularity and threadname.




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)