mdx: 운영 로그 수집 명령을 보완합니다 - #1056
Merged
Merged
Conversation
## Summary Confluence의 최신 운영 로그 수집 절차를 다국어 문서에 일관되게 반영합니다. - app container 로그 명령에서 stderr redirection을 제거합니다. - 한국어 변경을 영어와 일본어 문서에 동일하게 동기화합니다. Constraint: Confluence KO 문서를 원본으로 유지하고 EN/JA 구조를 동일하게 맞춥니다. Rejected: 변환 과정에서 발생한 후행 공백 변경 | 실제 콘텐츠 변경이 아니므로 PR 범위에서 제외합니다. Confidence: high Scope-risk: narrow Directive: 후속 Confluence 동기화에서도 세 언어의 명령 예시를 함께 유지합니다. Tested: EN/JA skeleton 비교, git diff --check, npm run build Not-tested: 브라우저 수동 렌더링 🤖 Generated with Codex
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: f9f5acfb37
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
## Summary 수정된 Confluence 원문을 기준으로 운영 로그 수집 명령을 다국어 문서에 다시 반영합니다. - container 로그 code fence에 bash 언어를 지정합니다. - app 로그 수집 명령에 stderr redirection과 실패 허용 처리를 추가합니다. - 동일한 command를 영어와 일본어 문서에도 동기화합니다. Constraint: Confluence KO 문서를 원본으로 유지하고 code block은 모든 언어에서 동일하게 보존합니다. Rejected: 이전 PR의 stderr redirection 제거 상태 유지 | 사용자가 수정한 최신 Confluence 원문과 불일치합니다. Confidence: high Scope-risk: narrow Directive: 운영 명령 변경 시 KO/EN/JA code block을 동일하게 유지합니다. Tested: EN/JA skeleton 비교, git diff --check, npm run build Not-tested: 브라우저 수동 렌더링 🤖 Generated with Codex
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.
Summary
수정된 Confluence 원문을 기준으로 운영 로그 수집 절차를 KO/EN/JA MDX 문서에 다시 동기화합니다.
bash언어를 지정합니다.docker logs querypie-app-1 > support-logs/app.docker.log 2>&1 || true로 보완합니다.Test plan
venv/bin/python bin/skeleton/cli.py target/en/support/operational-log-collection-guide.mdxvenv/bin/python bin/skeleton/cli.py target/ja/support/operational-log-collection-guide.mdxvenv/bin/python bin/skeleton/cli.py --resetgit diff --checknpm run buildAdditional notes
ENOBUFS경고가 출력됐습니다.🤖 Generated with Codex