istinnstudio commented on issue #3962:
URL: https://github.com/apache/netbeans/issues/3962#issuecomment-1712826400

   Unfortunately at the moment I do not have a system ready to compile source 
code or use git to pr. But if you like, in a next "debug" release we could 
include log time stamps. You could add a very simple pr with:
   
   in line 41
   `private static final SimpleDateFormat dateFormat = new 
SimpleDateFormat("HH:mm:ss.SSS yyyy-MM-dd"); // Timestamp`
   
   in line 57
   ```
       // Append timestamp
       sb.append(dateFormat.format(new Date(record.getMillis()))).append(" >> 
");
   ```
   
   
   maybe then we could link those INFO events to something that make sense with 
the test script.
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to