]
Jan Tymel reassigned ELY-976:
-----------------------------
Assignee: (was: Darran Lofthouse)
Elytron Audit Logging's event timestamp lacks information about
seconds
-----------------------------------------------------------------------
Key: ELY-976
URL:
https://issues.jboss.org/browse/ELY-976
Project: WildFly Elytron
Issue Type: Bug
Reporter: Jan Tymel
Priority: Blocker
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.