CLI 로깅 추가 및 Datahub GMS 연결체크 기능 분리#95
Merged
ParkGyeongTae merged 1 commit intomasterfrom May 18, 2025
Merged
Conversation
ehddnr301
approved these changes
May 14, 2025
Collaborator
ehddnr301
left a comment
There was a problem hiding this comment.
👍 logging 및 health check 작동하는것 확인하였습니다!
성공시
2025-05-14 13:04:37 [INFO] Initialization started: GMS server = http://localhost:8080, run_streamlit = False, port = 8501
2025-05-14 13:04:37 [INFO] GMS server is healthy: http://localhost:8080
2025-05-14 13:04:37 [INFO] GMS server URL successfully set: http://localhost:8080
2025-05-14 13:04:37 [INFO] Executing 'run-streamlit' command on port 8501...
2025-05-14 13:04:37 [INFO] Starting Streamlit application on port 8501...
실패시
2025-05-14 13:04:47 [INFO] Initialization started: GMS server = http://localhost:8081, run_streamlit = False, port = 8501
2025-05-14 13:04:48 [ERROR] GMS server returned HTTP error: http://localhost:8081/health | 404 Client Error: Not Found for url: http://localhost:8081/health
2025-05-14 13:04:48 [ERROR] GMS server health check failed. URL: http://localhost:8081
Contributor
Author
|
@ehddnr301 확인 감사합니다~! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
#️⃣ Issue Number
📝 요약(Summary)
💬 To Reviewers (선택)
PR Checklist
lang2sql --datahub_server http://34.125.222.80:8080 run-streamlitreference) How to Code Review