DaanHoogland commented on code in PR #6507:
URL: https://github.com/apache/cloudstack/pull/6507#discussion_r912902904


##########
server/src/main/java/com/cloud/network/router/VirtualNetworkApplianceManager.java:
##########
@@ -114,6 +114,12 @@ public interface VirtualNetworkApplianceManager extends 
Manager, VirtualNetworkA
     static final ConfigKey<Double> RouterHealthChecksMaxMemoryUsageThreshold = 
new ConfigKey<Double>(Double.class, 
"router.health.checks.max.memory.usage.threshold",
             "Advanced", "100", "Max Memory Usage threshold as % above which 
check is considered a failure.",
             true, ConfigKey.Scope.Zone, null);
+    ConfigKey<String> RouterLogrotateFrequency = new 
ConfigKey<String>(String.class, "router.logrotate.frequency", "Advanced", 
"*:00:00",

Review Comment:
   ```suggestion
       ConfigKey<String> RouterLogrotateFrequency = new 
ConfigKey<>(String.class, "router.logrotate.frequency", "Advanced", "*:00:00",
   ```



-- 
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]

Reply via email to