Scout Elixir Config Reference¶
The following configuration settings are available:
| Setting Name | Description | Default | Required |
|---|---|---|---|
| name | Name of the application (ex: 'Photos App'). | Yes | |
| monitor | Whether monitoring data should be reported. |
true
|
No |
| key | The organization API key. | Yes | |
| dev_trace | Indicates if DevTrace, the Scout development profiler, should be enabled. |
false
|
No |
| host | The protocol + domain where the agent should report. |
https://apm.scoutapp.com
|
No |
| log_level |
The logging level of the agent. Possible values: :debug, :info, :warn, and :error.
|
:info
|
No |