Change Log Level in Kubernetes
Edit ConfigMap:
kubectl edit cm app-rabbitmq
Add
log.console.level = debug.
Recycle Pods:
kubectl delete pod app-rabbitmq
Edit ConfigMap:
kubectl edit cm app-rabbitmq
Add
log.console.level = debug.
Recycle Pods:
kubectl delete pod app-rabbitmq