Skip to main content

General Settings

These are the general configuration settings that apply to the entire application.

TZ

The time zone to use.
Required: No
Type: text
Default value: UTC
Examples:
  • America/New_York
  • Europe/London
  • Asia/Tokyo

DRY_RUN

When enabled, simulates irreversible operations (like deletions and notifications) without making actual changes.
Required: No
Type: boolean
Default value: false
Accepted values:
  • true
  • false

LOGGING__LOGLEVEL

Controls the detail level of application logs.
Required: No
Type: text
Default value: Information
Accepted values:
  • Verbose
  • Debug
  • Information
  • Warning
  • Error
  • Fatal

LOGGING__FILE__ENABLED

Enables logging to a file.
Required: No
Type: boolean
Default value: false
Accepted values:
  • true
  • false

LOGGING__FILE__PATH

Directory where log files will be saved.
Required: No
Type: text
Default value: Empty (file is saved where the app is)

LOGGING__ENHANCED

Provides more detailed descriptions in logs whenever possible.
Will be deprecated in a future version.
Required: No
Type: boolean
Default value: true
Accepted values:
  • true
  • false

HTTP_MAX_RETRIES

The number of times to retry a failed HTTP call.
Applies when communicating with *arrs, download clients and other services through HTTP calls.
Required: No
Type: positive integer number
Default value: 0

HTTP_TIMEOUT

The number of seconds to wait before failing an HTTP call.
Applies to calls to *arrs, download clients, and other services.
Required: No
Type: positive integer number
Default value: 100