# Locales & Resource Logs

The package ships with:

```text
locales/en.lua
locales/pt.lua
```

Select the locale:

```lua
Config.Locale = 'pt'
```

## Runtime debug

```lua
Config.DebugLogs = false
```

Console/txAdmin can also toggle blueprint/crafting debug at runtime:

```text
bpdebug on
bpdebug off
```

The command is console-only.

## TX console policy

```lua
Config.TxConsole = {
    DisableUpdateLogs = true,
    DisableAllLogs = false
}
```

Use these options to keep production console output clean without changing the Crafting logic.
