]
Yeray Borges reassigned WFCORE-2625:
------------------------------------
Assignee: Yeray Borges
Elytron Audit Logging's event timestamp lacks information about
seconds
-----------------------------------------------------------------------
Key: WFCORE-2625
URL:
https://issues.jboss.org/browse/WFCORE-2625
Project: WildFly Core
Issue Type: Bug
Reporter: Jan Tymel
Assignee: Yeray Borges
Priority: Blocker
Attachments: deployment.war, standalone.xml
The format of Elytron Audit Logging's event timestamp is insufficient. It lacks the
information about seconds which might be a problem in an environment with thousands of
active users.
Furthermore the format of timestamp is inconsistent with the one used in Management Audit
Logging:
_Elytron Audit Logging:_
{code}
2/22/17 9:08 AM
{code}
_Management Audit Logging:_
{code}
2017-02-22 09:08:00
{code}
Suggestions for improvement:
Use the same format of timestamp in Elytron Audit Logging as is already used in
Management Audit Logging.