digital-asset / daml

The Daml smart contract language
https://www.digitalasset.com/developers
797 stars 199 forks source link

Log template id and (if present) choice name on command submissions in the JSON API #9983

Closed cocreature closed 3 years ago

cocreature commented 3 years ago

When submitting a command to the ledger from the JSON API we should also include the template id and (for exercise/create-and-exercise) the choice name. Probably wouldn’t throw it in the context but include it in the string just like we do for the type of command.

realvictorprm commented 3 years ago

@cocreature should this be still logged at Trace level or should I change it to Info level?