CONFIG_NRF9160_GPS_LOG_LEVEL

(No prompt – not directly user assignable.)

Type: int

Direct dependencies

LOG && NRF9160_GPS

(Includes any dependencies from ifs and menus.)

Kconfig definition

At <Zephyr>/subsys/logging/Kconfig.template.log_config:25

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:9<BuildDir>/Kconfig/Kconfig.modules:1<nRF>/Kconfig.nrf:27<nRF>/drivers/Kconfig:13<nRF>/drivers/gps/Kconfig:11<nRF>/drivers/gps/nrf9160_gps/Kconfig:133

Menu path: (Top) → Modules → Nordic nRF Connect → Device Drivers → GPS Drivers → nRF9160 GPS driver [experimental]

config NRF9160_GPS_LOG_LEVEL
    int
    default 0 if NRF9160_GPS_LOG_LEVEL_OFF
    default 1 if NRF9160_GPS_LOG_LEVEL_ERR
    default 2 if NRF9160_GPS_LOG_LEVEL_WRN
    default 3 if NRF9160_GPS_LOG_LEVEL_INF
    default 4 if NRF9160_GPS_LOG_LEVEL_DBG
    depends on LOG && NRF9160_GPS

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)