Summary
In Bamboo currently we don't have the functionality to capture username in tomcat log file, adding %{X-AUSERNAME}o attribute in the tomcat valve will record the username in the access logs. As Bamboo doesn't capture value of the X-AUSERNAME HTTP header hence, username doesn't get captured in the Bamboo tomcat access logs.
Similar to this for Bamboo:
https://confluence.atlassian.com/confkb/audit-confluence-using-the-tomcat-valve-component-223216846.html
Expected Results
username should be captured with the incoming requests
Actual Results
The username is empty in all the requests
Workaround
There is no workaround at the moment