Initial commit.
Some checks failed
Sync remain PRs to Jira / Sync PRs to Jira (push) Has been cancelled
Some checks failed
Sync remain PRs to Jira / Sync PRs to Jira (push) Has been cancelled
This commit is contained in:
11
examples/common/app_insights/Kconfig
Normal file
11
examples/common/app_insights/Kconfig
Normal file
@@ -0,0 +1,11 @@
|
||||
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
|
||||
Reference in New Issue
Block a user