> For the complete documentation index, see [llms.txt](https://docs.kojascripts.eu/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.kojascripts.eu/new/daily-rewards/configuration/debug-prints.md).

# Debug Prints

When set to **`true`**, you will receive server logs such as:

```lua
Player with id: 5 tried to exploit trigger event without token!
```

If **`false`**, your server console will not display any output.

***

{% code title="shared/config.lua" fullWidth="false" %}

```lua
Config.Debug = true
```

{% endcode %}
