# Stream logs with selection of Kubemq operator
kubemqctl get operator logs
# Stream logs of all pods in default namespace
kubemqctl get operator logs .* -n default
# Stream logs of regex base pods with logs since 10m ago
kubemqctl get operator logs kubemq-cluster.* -s 10m
# Stream logs of regex base pods with logs since 10m ago include the string of 'connection'
kubemqctl get operator logs kubemq-cluster.* -s 10m -i connection
# Stream logs of regex base pods with logs exclude the string of 'error'
kubemqctl get operator logs kubemq-operator.* -s 10m -e error
# Stream logs of specific container
kubemqctl get operator logs -c kubemq-cluster-0