Wireless driver debug to syslog

Hi,

I would like to know if its possible to send debug messages from a wireless driver e.g. linux-kirkwood/linux-4.14.128/drivers/net/wireless/m
arvell/mwl8k.c to the syslog on OpenWRT?

I have set in 'make menuconfig' under Global build settings

  • Enable Collect kernel debug information
  • Enable Compile packages with debugging info

And have within mwl8k.c -

 wiphy_debug(hw->wiphy, "Debug test #1\n");

But see nothing of note under the syslog(/tmp/system.log)

Thank you