Skip to content

Developer Document

Shoichi Ishida edited this page Dec 17, 2024 · 9 revisions

Developer Document

Under Construction.

Debug

How to Retrieve Logs from Docker Containers

If you encounter errors or unexpected behaviors, you can inspect the raw logs using the docker logs command.

docker container ls  # List running containers to find the container names related to ChatChemTS
docker logs [CONTAINER_NAME]  # Example: chatchemts-chatbot-1 or chatchemts-api_chemtsv2-1

Clone this wiki locally