I am currently working with kernel 2.4.32. And I need to enable debug printing for scsi. The scsi_logging_level utilities seem to have not been in the kernel yet. How can I see the installed log levels without this utility, and if necessary, set my own?
SCSI_LOG_MLQUEUE(3, printk("Leaving scsi_do_cmd()\n"));I learned that the line will be displayed if SCSI_LOG_MLQUEUE is set to a value greater than 3. But then I asked about how to set this value in the environment from the console. - Alexey