cfriedt / greybus-for-zephyr

Greybus Module for the Zephyr Real-Time Operating System
BSD 3-Clause "New" or "Revised" License
5 stars 3 forks source link

subsys: greybus: tie log levels into kconfig #38

Closed cfriedt closed 3 years ago

cfriedt commented 3 years ago

This change unifies logging under all of Greybus and brings out control of the log level through Kconfig.

It might not be best to use a single log level for all Greybus components (i.e. eventually they could each have their own independent Kconfig setting) but for now it's better to tie them all into a single Kconfig variable than to hard-code them.

Fixes #36