Platform Docs
Agent Docs
Support Docs
Logging
By default, the elixir log level is set to info
. The log level can be increase or lowered using the log_level variable
Log Levels
The possible log levels are as follows:
DEBUG
INFO
WARN
ERROR
Debug Logs
Increase the log level of scout_apm
by setting log_level: "debug"
in your config/scout_apm.exs
file and restart your app.