"usb_cdc_acm: Ring buffer full, drain buffer" repeats on boot

I'm developing code for the xiao_ble board in nRF Connect using Visual Studio, currently working with the ble light_switch example. I'm using the logger module rather than eg printk() as for whatever reason printk() doesn't come through the USB connector (not the point of this question). However, every time I boot the board, I see the following:

The number of messages dropped ranges anywhere from 10 to over 100. I observed these before I enabled the logger module, ie they were already present before I modified any code in the example. I added the following lines to my proj.conf, but this didn't fix anything:

Is there a simple fix? Regular logging works fine after all the "Ring buffer full" messages have finished.

Related