How can I disable NRFX_LOG_INFO calls in the PPI driver? I've set NRFX_PPI_CONFIG_LOG_ENABLED 0 and even NRFX_PPI_CONFIG_LOG_LEVEL 0 but that doesn't stop messages like the following in RTT:
<info> app: Function: nrfx_ppi_channel_assign, error code: NRF_SUCCESS.
<info> app: Function: nrfx_ppi_channel_enable, error code: NRF_SUCCESS.
<info> app: Function: nrfx_ppi_channel_disable, error code: NRF_SUCCESS.
<info> app: Assigned channel: 0, event end point: 40004118, task end point: 40009008.