Files
rmaker_multi_device/examples/common/app_insights/Kconfig
ismail 34cf3ec285
Some checks failed
Sync remain PRs to Jira / Sync PRs to Jira (push) Has been cancelled
Initial commit.
2025-04-30 16:33:57 +03:00

12 lines
330 B
Plaintext

menu "App Insights"
visible if ESP_INSIGHTS_ENABLED
config APP_INSIGHTS_ENABLE_LOG_TYPE_ALL
bool "Enable all diagnostics log type"
default n
help
By default only error logs are enabled.
This config option enables the capture of all log types (errors/warnings/events).
endmenu