Details
-
Fix
-
Status: Released (View Workflow)
-
Minor
-
Resolution: Fixed
-
1.12.3
-
None
Description
Current Situation
For example a "Start Order" should contain something like
{"orderId":"start", "jobChain":"/test/auditlogtest", "at":"now", "jobschedulerId":"scheduler.1.12"}
but it contains only
{"at":"now"}
The parameter "orderId", "jobChain", "job" and "jobschedulerId" are always missing in the audit log.
Desired Behavior
All parameters should be considered in the audit log.