DAHDI kernel modules debugging level - Newbie Question

Hi.
According to DAHDI documentation, module parameters can be used to set the debug level of the driver. This provides additional information. I’m trying to get the additional messages from the wct4xxp driver (setting the debug flag with decimal 127) but I don’t know where to look for the messages.

http://docs.tzafrir.org.il/dahdi-linux/#_module_parameters

Any suggestion?

Thanks in advance.

They will be output using the kernel message mechanisms (dmesg). The details of if and where these get recorded will depend on the exact OS distribution. You probably need to look at how klogd is configured on your system.