Viewing log files
About this task
- velocity-consumer
- velocity-ui
Viewing logs in a Kubernetes environment
About this task
The default log level is error. The level of logging can be changed on the log.level configuration property. Other logging levels are: all, debug, info, warn, error, and fatal. Logging can also be turned off on the configuration property.
Procedure
-
From a command line window, run the following command to obtain the pod names containing the
Velocity containers.
kubectl get pods -
Run the following command to view the logs.
kubectl logs pod_name