You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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