settings
Provides Plugboard's settings.
Settings
Bases: BaseSettings
Settings for Plugboard.
Attributes:
Name | Type | Description |
---|---|---|
flags |
_FeatureFlags
|
Feature flags for Plugboard. |
log_level |
LogLevel
|
The log level to use. |
log_structured |
bool
|
Whether to render logs to JSON. Defaults to JSON if not running in a terminal session. |
_FeatureFlags
Bases: BaseSettings
Feature flags for Plugboard.
Attributes:
Name | Type | Description |
---|---|---|
zmq_pubsub_proxy |
bool
|
If set to true, runs a ZMQ proxy in a separate process for pubsub. |
multiprocessing_fork |
bool
|
If set to true, uses fork mode for multiprocessing. |