# Logging & Debugging

To see and monitor the docker logs:

```
cd gerobug
docker-compose logs -f
```

<figure><img src="https://85781584-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FVa4mPzYShiyS695uKo1D%2Fuploads%2FTtT0ygEuJBiaMAroq7S5%2FScreen%20Shot%202023-05-17%20at%206.16.03%20PM.png?alt=media&#x26;token=8c5e895b-e16d-4ce8-9218-b8f13272ea53" alt=""><figcaption></figcaption></figure>

### Initial Log

![](https://85781584-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FVa4mPzYShiyS695uKo1D%2Fuploads%2F7k5XMgdGMisGGWbWlVYz%2Fimage.png?alt=media\&token=803d79c1-efb5-4b12-828b-005169a83334)

<mark style="color:red;">Waiting for Mailbox Setup</mark> means that the Mailbox need to be setup first before Gerobug can start receiving reports.\
After Mailbox is successfully setup, the log will show like this:

![](https://85781584-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FVa4mPzYShiyS695uKo1D%2Fuploads%2FgCXsMjirBG4ceoXhHSLT%2Fimage.png?alt=media\&token=cb2f17ff-3348-48c6-abe6-ce629ef6d28a)

### New Report Log

<figure><img src="https://85781584-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FVa4mPzYShiyS695uKo1D%2Fuploads%2FWeL6t20AaPWbfHD1J2Y3%2FScreen%20Shot%202023-05-17%20at%207.00.44%20PM.png?alt=media&#x26;token=d196f6e4-f18e-4699-875d-e141ffbfff82" alt=""><figcaption><p>CODE 201 - Bug Report Saved Successfully</p></figcaption></figure>

<figure><img src="https://85781584-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FVa4mPzYShiyS695uKo1D%2Fuploads%2FWRC2OQrYuC1zYHBbxw52%2FScreen%20Shot%202023-05-17%20at%207.01.31%20PM.png?alt=media&#x26;token=428e60b5-ed6f-4c33-b656-e9eb460f3e2c" alt=""><figcaption><p>CODE 204 - Bug Hunter Appeal Saved Successfully</p></figcaption></figure>

<figure><img src="https://85781584-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FVa4mPzYShiyS695uKo1D%2Fuploads%2Fgp4a6H2fOWb8LUN46qpm%2FScreen%20Shot%202023-05-17%20at%207.01.52%20PM.png?alt=media&#x26;token=bb7203be-47ac-42bd-bfd8-394a86cffc5e" alt=""><figcaption><p>CODE 205 - Bug Hunter Agree Saved Successfully</p></figcaption></figure>

<figure><img src="https://85781584-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FVa4mPzYShiyS695uKo1D%2Fuploads%2FidEulkeoFC040UvhiyMY%2FScreen%20Shot%202023-05-17%20at%207.04.34%20PM.png?alt=media&#x26;token=2950b6b7-57c5-405f-9206-5c02292e7e3e" alt=""><figcaption><p>CODE 206 - Bug Hunter NDA Saved Successfully</p></figcaption></figure>

<mark style="color:green;">\[LOG] Permission</mark> is how Gerobug manage and validate authorization (Similar to RWX on Linux).

## Blacklist Log

<figure><img src="https://85781584-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FVa4mPzYShiyS695uKo1D%2Fuploads%2Fl6kPp0mR7v7xzaizydOV%2Fimage.png?alt=media&#x26;token=0ab016ad-fa2f-471a-b012-5d26948516bf" alt=""><figcaption><p>Email Blacklist Log</p></figcaption></figure>


---

# Agent Instructions: 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://gerobug.gitbook.io/documentation/logging-and-debugging.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.
