> 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.md).

# 로그

버그 리포트에 콘솔·네트워크 로그가 함께 있으면 원인을 훨씬 빨리 찾습니다. BugShot의 로그는 두 곳에서 만나게 됩니다.

* **실시간 로그** — 사이드패널 안에서 콘솔·네트워크 로그를 직접 열어 봅니다. 캡처 없이 로그만으로 이슈를 만들 수도 있어요.
* **로그 뷰어** — 이슈에 첨부된 로그 리포트(`logs.html`)를 받아 여는 화면입니다. 영상과 로그를 시간으로 맞춰 보는, 주로 버그를 받아 처리하는 개발자용 도구입니다.

![로그 개요](/files/bpNp0J448HNWjBrXaIO7)

## 바로가기

* [실시간 로그](/ko/logs/live.md) — 패널에서 콘솔·네트워크 열람 + 로그만 담은 이슈.
* [로그 뷰어](/ko/logs/viewer.md) — 첨부된 리포트를 여는 개발자 관점.

***

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


---

# 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.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.
