2019-01-29 18:18:42 +03:00
|
|
|
Preferences
|
|
|
|
===========
|
|
|
|
|
|
|
|
There are a couple of preferences associated with the remote agent:
|
|
|
|
|
|
|
|
|
|
|
|
Configurable preferences
|
|
|
|
------------------------
|
|
|
|
|
|
|
|
### `remote.enabled`
|
|
|
|
|
2019-02-17 19:14:01 +03:00
|
|
|
Indicates whether the remote agent is enabled. When the remote
|
2020-10-07 16:50:57 +03:00
|
|
|
agent is enabled, it exposes a [`--remote-debugging-port` flag] for Firefox.
|
2019-02-17 19:14:01 +03:00
|
|
|
When set to false, the remote agent will not be loaded on startup.
|
2019-01-29 18:18:42 +03:00
|
|
|
|
2020-10-07 16:50:57 +03:00
|
|
|
[`--remote-debugging` flag]: Usage.html
|
2019-04-24 20:18:37 +03:00
|
|
|
|
2019-01-29 18:18:42 +03:00
|
|
|
### `remote.force-local`
|
|
|
|
|
|
|
|
Limits the remote agent to be allowed to listen on loopback devices,
|
|
|
|
e.g. 127.0.0.1, localhost, and ::1.
|
|
|
|
|
|
|
|
### `remote.log.level`
|
|
|
|
|
|
|
|
Defines the verbosity of the internal logger. Available levels
|
|
|
|
are, in descending order of severity, `Trace`, `Debug`, `Config`,
|
|
|
|
`Info`, `Warn`, `Error`, and `Fatal`. Note that the value is
|
|
|
|
treated case-sensitively.
|
2020-09-22 18:46:35 +03:00
|
|
|
|
|
|
|
### `remote.log.truncate`
|
|
|
|
|
|
|
|
Defines whether long log messages should be truncated. Defaults to true.
|