Ransomware attackers specifically target and attempt to destroy backup systems to increase the probability of payment. Hardening your system is critical. Please ensure you have reviewed your platform security using the Security Hardening Checklist
Cohesity

COHESITY Documentation

Explore our documentation to get started, discover products & new features, access troubleshooting guides, register sources, platforms support.

Products
Data Security Alliance
Visit Cohesity.com
Demos
Support
Blogs
Developers
Partner Portals
Cohesity Community
© 2026 Cohesity, Inc. All Rights Reserved.
Terms of Use|
Privacy Policy|
Legal|
  1. Home
  2. Cohesity Cloud Scale Technology Manual Deployment Guide for Kubernetes Clusters
  3. Section IV. Maintenance
  4. Troubleshooting
  5. Troubleshooting AKS and EKS issues
  6. Request router logs
Cohesity Cloud Scale Technology Manual Deployment Guide for Kubernetes Clusters

Request router logs

Request router log levels

Request router provides different log levels that can be changed after deployment. The following log levels are provided:

1

trace

2

debug

3

info

4

warning\warn

5

error

6

critical

By default, the log level is 1.

Steps to increase the request router log level:

  1. Execute the following command to log in to the primary pod:

    kubectl exec -it -n <primary-server-namespace> <primary-pod-name> -- /bin/bash

  2. To set the request router log level, run the following command once in the primary server shell prompt:

    vxlogcfg -a -p 51216 -o 527 -s DebugLevel=<log-level-value>

    For example, to set the log level to critical, run the following command:

    vxlogcfg -a -p 51216 -o 527 -s DebugLevel=6

View request router logs

Request router pod logs are collected by fluentbit collector pod.

The fluentbit collector writes request router logs to the log volume using the following directory convention:

/usr/openv/fluentbit/logs/<date>/<namespace>/<request-router-pod-name>/<container-name>/<log file>

To view request router logs, execute the following command to get a shell to the running fluentbit collector container:

kubectl exec -it -n <primary-server-namespace> <fluentbit-collector-pod-name> -- /bin/bash

Once in the fluentbit collector pod shell prompt, run the following command to view the list of logs:

ls /usr/openv/fluentbit/logs/<date>/<namespace>/<request-router-pod-name>/<container-name>/

Feedback

Was this page helpful?
Previous

Post Kubernetes cluster restart, issues observed in case of containerized Postgres deployment

Next

Issues with NBPEM/NBJM

Feedback

Was this page helpful?