-
Notifications
You must be signed in to change notification settings - Fork 0
/
overlay-debug.conf
65 lines (51 loc) · 1.69 KB
/
overlay-debug.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
#
# Copyright (c) 2021 Nordic Semiconductor ASA
#
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
#
# Forces a maximal log level for all modules.
# Modules saturates their specified level if it is greater than this option,
# otherwise they use the level specified by this option instead of their default
# or whatever was manually set. Levels are:
#
# 0 OFF, logging is turned off
# 1 ERROR, maximal level set to LOG_LEVEL_ERR
# 2 WARNING, maximal level set to LOG_LEVEL_WRN
# 3 INFO, maximal level set to LOG_LEVEL_INFO
# 4 DEBUG, maximal level set to LOG_LEVEL_DBG
CONFIG_LOG_MAX_LEVEL=4
# Increase log buffer size to prevent logs being dropped.
CONFIG_LOG_BUFFER_SIZE=2048
# Disable routing of printk() through the logging subsystem.
# This is a workaround to ensure that long strings are printed properly.
CONFIG_LOG_PRINTK=n
# Module debug configurations.
CONFIG_APPLICATION_MODULE_LOG_LEVEL_DBG=y
CONFIG_CLOUD_MODULE_LOG_LEVEL_DBG=y
CONFIG_DATA_MODULE_LOG_LEVEL_DBG=y
CONFIG_LOCATION_MODULE_LOG_LEVEL_DBG=y
CONFIG_MODEM_MODULE_LOG_LEVEL_DBG=y
CONFIG_SENSOR_MODULE_LOG_LEVEL_DBG=y
CONFIG_UI_MODULE_LOG_LEVEL_DBG=y
CONFIG_UTIL_MODULE_LOG_LEVEL_DBG=y
CONFIG_DEBUG_MODULE_LOG_LEVEL_DBG=y
# Cloud integration layer debug logging
CONFIG_CLOUD_INTEGRATION_LOG_LEVEL_DBG=y
# Application Watchdog debug logging
CONFIG_WATCHDOG_LOG_LEVEL_DBG=y
# Cloud codec debug logging
CONFIG_CLOUD_CODEC_LOG_LEVEL_DBG=y
# Location library
CONFIG_LOCATION_LOG_LEVEL_DBG=y
# nRF Cloud
CONFIG_NRF_CLOUD_LOG_LEVEL_DBG=y
# Date time
CONFIG_DATE_TIME_LOG_LEVEL_DBG=y
# Settings
CONFIG_SETTINGS_LOG_LEVEL_DBG=y
# Flash
CONFIG_STREAM_FLASH_LOG_LEVEL_DBG=y
# Debug module
CONFIG_DEBUG_MODULE=y
# QoS library
CONFIG_QOS_LOG_LEVEL_DBG=y