|
||||||||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||||||||
_______________________________________________ Amdatu-developers mailing list [email protected] http://lists.amdatu.org/mailman/listinfo/amdatu-developers


Log messages received by the LogListener are asynchronous. So the receiving console loghandler cannot determine the 'current thread' as it runs in another thread then the thread that handled the HTTP request. The best option would be to write a custom loghandler that appends the Tenant information. This would be a project specific implementation.