Re: [patch] Re: SCSI logging sucks

2007-02-09 Thread Chuck Ebbert
Randy Dunlap wrote: > Patch for Documentation/kernel-parameters.txt is below. > Want more/different? > > > Is this part of drivers/scsi/Kconfig correct?? > > """ > config SCSI_LOGGING > bool "SCSI logging facility" > depends on SCSI > ---help--- > This turns on a logging f

Re: [patch] Re: SCSI logging sucks

2007-02-07 Thread Volker Sameske
> There's a very convenient script called scsi_logging_level included in > (of all things) the s390-tools package. > > Maybe provide a pointer to it -- or even just include it. It's not > very big... > > http://www-128.ibm.com/developerworks/linux/linux390/s390-tools-1.5.4.html The scsi_loggin

Re: [patch] Re: SCSI logging sucks

2007-02-07 Thread Martin K. Petersen
> "Randy" == Randy Dunlap <[EMAIL PROTECTED]> writes: Randy> There are a number of things that can be used for 'token' (you Randy> can find them in the source: ), and Randy> this allows you to select the types of information you want, Randy> and the level allows you to select the level of verb

[patch] Re: SCSI logging sucks

2007-02-07 Thread Randy Dunlap
On Wed, 07 Feb 2007 12:06:30 -0500 Chuck Ebbert wrote: > SCSI logging isn't documented very well, and what little there is > has a problem: > > In Documentation/kernel-parameters.txt we have: > > scsi_logging= [SCSI] > > but it's really "scsi_logging_level", as seen here in drivers/sc