+++ This bug was initially created as a clone of Bug #1538093 +++ +++ This bug was initially created as a clone of Bug #1538089 +++ +++ This bug was initially created as a clone of Bug #1538085 +++ Currently all log entries will have the request ID of the latest request that was received in the Backup service. So you would receive a request with ID 1 and you would start logging that thread log calls with its ID, but as soon as you receive another request, let's say with ID 2, you will have both request logging with ID 2 instead of each one logging with its own request ID.