Frequently Asked Questions
How do I add logging for the Autoscaling Cloud Controller?
QUESTION:
How do I add logging for the Autoscaling Cloud Controller?
ANSWER:
Edit the {red5pro}/conf/logback.xml file and add the following:
For AWS
<logger name="com.red5pro.services.cloud.aws.component.AWSInstanceController" level="DEBUG"/>
For Azure
<logger name="com.red5pro.services.cloud.microsoft.component.AzureComputeController" level="DEBUG"/>
For Google Cloud
<logger name="com.red5pro.services.cloud.google.component.ComputeInstanceController" level="DEBUG"/>
For Simulated Cloud
<logger name="com.red5pro.services.simulatedcloud.generic.component.GenericSimulatedCloudController" level="DEBUG"/>
Verified 09/18/2019 RM/JP/IM