Access Log Files
From Genesys Documentation
Debugging log files for troubleshooting.
Access Server Log Files
Log files of Kafka layers can be accessed by following commands.
- Change the directory of command prompt to
/var/lib/docker/volumes
- List all the available volumes by using command
ls
- Change the directory to specific kakfa layer, say
cd docker_kafka11-log
- List all the available folders by using command
ls
- Change the directory to
cd _data/
- List all the available log files by using command
ls
server.log
file can be used to check the log files of kafka layer.
Access Data Log Files
Volume files of Kafka layers and zookeeper layers (as defined in the respective docker-compose.yml files) can be accessed by following commands.
- Change the directory of command prompt to
/var/lib/docker/volumes
- List all the available volumes by using command
ls
- Change the directory to specific kakfa layer, say
cd docker_kafka11
- List all the available folders by using command
ls
- Change the directory to
cd _data/
- List all the available volume files by using command
ls
The same procedure can be repeated for other volumes of zookeeper.
Comments or questions about this documentation? Contact us for support!