[
https://issues.jboss.org/browse/WFLY-6892?page=com.atlassian.jira.plugin....
]
Andrig Miller commented on WFLY-6892:
-------------------------------------
I would add, that we need to be careful about the performance hit here. This should be
off by default.
Access logging for EJBs
-----------------------
Key: WFLY-6892
URL:
https://issues.jboss.org/browse/WFLY-6892
Project: WildFly
Issue Type: Feature Request
Components: EJB
Affects Versions: 10.0.0.Final
Reporter: Brad Maxwell
Labels: affects_elytron
Access logging for EJB requests similar to Web access logging would be very useful.
Possibly something like:
{code}
[date-time] [host/IP of caller] [EJB Name] [EJB Method] [invocation id] Request Received
...
[date-time] [host/IP of caller] [EJB Name] [EJB Method] invocation id] Starting
Invocation ...
[date-time] [host/IP of caller] [EJB Name] [EJB Method] invocation id] Finished
Invocation ...
{code}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)