Difference between revisions of "GDL/9.0/Deployment/Access Log and Volume Files"
From Genesys Documentation
(Published) |
m (Text replacement - "\|Platform=([^\|]*)GenesysEngage-onpremises([\|]*)" to "|Platform=$1GenesysEngage-cloud$2") |
||
(4 intermediate revisions by 2 users not shown) | |||
Line 2: | Line 2: | ||
|Standalone=No | |Standalone=No | ||
|DisplayName=Access Log Files | |DisplayName=Access Log Files | ||
− | |Platform= | + | |Platform=GenesysEngage-cloud |
|Context=Debugging log files for troubleshooting. | |Context=Debugging log files for troubleshooting. | ||
|Section={{Section | |Section={{Section | ||
|sectionHeading=Access Server Log Files | |sectionHeading=Access Server Log Files | ||
− | | | + | |Standalone=No |
− | | | + | |ComingSoon=No |
+ | |Status=No | ||
+ | |alignment=Vertical | ||
+ | |structuredtext=Log files of Kafka layers can be accessed by following commands. | ||
# Change the directory of command prompt to <code>/var/lib/docker/volumes</code> | # Change the directory of command prompt to <code>/var/lib/docker/volumes</code> | ||
# List all the available volumes by using command <code>'''ls'''</code> | # List all the available volumes by using command <code>'''ls'''</code> | ||
Line 18: | Line 21: | ||
}}{{Section | }}{{Section | ||
|sectionHeading=Access Data Log Files | |sectionHeading=Access Data Log Files | ||
− | | | + | |Standalone=No |
− | | | + | |ComingSoon=No |
+ | |Status=No | ||
+ | |alignment=Vertical | ||
+ | |structuredtext=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 <code>/var/lib/docker/volumes</code> | # Change the directory of command prompt to <code>/var/lib/docker/volumes</code> | ||
# List all the available volumes by using command <code>'''ls'''</code> | # List all the available volumes by using command <code>'''ls'''</code> |
Latest revision as of 02:33, July 25, 2020
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!