mirror of
https://github.com/LukeHagar/Prowlarr-TS-SDK.git
synced 2025-12-06 04:21:03 +00:00
20 lines
926 B
Markdown
20 lines
926 B
Markdown
# DevelopmentConfigResource
|
|
|
|
## Example Usage
|
|
|
|
```typescript
|
|
import { DevelopmentConfigResource } from "prowlarr";
|
|
|
|
let value: DevelopmentConfigResource = {};
|
|
```
|
|
|
|
## Fields
|
|
|
|
| Field | Type | Required | Description |
|
|
| -------------------- | -------------------- | -------------------- | -------------------- |
|
|
| `id` | *number* | :heavy_minus_sign: | N/A |
|
|
| `consoleLogLevel` | *string* | :heavy_minus_sign: | N/A |
|
|
| `logSql` | *boolean* | :heavy_minus_sign: | N/A |
|
|
| `logIndexerResponse` | *boolean* | :heavy_minus_sign: | N/A |
|
|
| `logRotate` | *number* | :heavy_minus_sign: | N/A |
|
|
| `filterSentryEvents` | *boolean* | :heavy_minus_sign: | N/A | |