> For the complete documentation index, see [llms.txt](https://bugshot.gitbook.io/ko/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://bugshot.gitbook.io/ko/logs/live.md).

# 실시간 로그

**디버그** 탭에는 콘솔·네트워크 서브탭이 있어서, 지금 페이지에서 일어나는 로그를 사이드패널 안에서 바로 볼 수 있습니다. 로그는 실시간으로 알아서 쌓이니, 따로 새로고침하지 않으셔도 됩니다.

콘솔·네트워크 모두, 페이지에 끼어 있는 **다른 출처(iframe, 예: 결제 위젯·임베드)** 에서 나는 로그까지 함께 잡습니다. 이렇게 여러 출처의 로그가 섞이면 로그 목록 위에 **출처 필터**가 나타납니다. 보고 싶은 출처 버튼을 누르면 그 출처 로그만 보이고, 같은 버튼을 다시 누르면 전체로 돌아옵니다(아무것도 선택하지 않은 상태가 전체입니다). 출처를 알 수 없는 로그는 **(알 수 없음)** 으로 묶입니다. 지금 보고 있는 페이지의 로그만 따로 보고 싶을 때 편리합니다.

## 콘솔

페이지의 콘솔 출력과 에러를 모아 봅니다.

* **필터·검색** — 레벨로 거르거나 키워드로 찾습니다.
* **상세** — 항목을 펼쳐 자세한 내용을 봅니다.
* **로그 지우기** — 모아 둔 로그를 비웁니다.

![콘솔 서브탭](/files/9OFHgDqXLVLtoO7wgirW)

## 네트워크

페이지에서 오간 네트워크 요청을 봅니다.

* **필터·검색** — 요청을 거르거나 찾습니다.
* **상세** — 요청·응답 내용을 펼쳐 봅니다.
* **cURL 복사** — 요청을 cURL 명령으로 복사해 터미널에서 그대로 재현해 볼 수 있습니다.
* **로그 지우기** — 모아 둔 로그를 비웁니다.

![네트워크 서브탭](/files/S5Sk74qxXS61MVWqTryA)

## 로그만으로 이슈 만들기 (freeform)

캡처(요소·스크린샷·영상) 없이 **로그만 담아 이슈를 만들 수도 있습니다**. 콘솔·네트워크를 보다가 **이슈 작성** 버튼을 누르면, 캡처 단계를 건너뛰고 바로 이슈 초안으로 들어갑니다. 콘솔·네트워크 로그를 첨부해 그대로 제출하면 됩니다.

> 이슈 작성 흐름(제목·본문·미리보기·제출)은 다른 모드와 같습니다. [이슈 작성(스크린샷)](/ko/screenshot/issue.md)의 공통 단계를 참고하세요.

![로그만 담은 이슈 작성](/files/AOi7T9jauiCt2fKAA0yt)

***

🌐 [English](https://bugshot.gitbook.io/en/logs/live)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://bugshot.gitbook.io/ko/logs/live.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
