DaanHoogland commented on code in PR #8030:
URL: https://github.com/apache/cloudstack/pull/8030#discussion_r1352253932
##########
plugins/database/quota/src/main/java/org/apache/cloudstack/api/command/QuotaTariffCreateCmd.java:
##########
@@ -70,6 +71,7 @@ public class QuotaTariffCreateCmd extends BaseCmd {
@Override
public void execute() {
+ CallContext.current().setEventDetails(String.format("Tariff: %s,
description: %s, value: %s", getName(), getDescription(), getValue()));
Review Comment:
@hsato03 can you have a look at this?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]