Navigation: Linux Kernel Driver DataBase - web LKDDB: Main index - S index
The Linux kernel configuration item CONFIG_SCSI_LOGGING
has multiple definitions:
drivers/scsi/Kconfig
The configuration item CONFIG_SCSI_LOGGING:
CONFIG_SCSI
This turns on a logging facility that can be used to debug a number of SCSI related problems.
If you say Y here, no logging output will appear by default, but you can enable logging by saying Y to "/proc file system support" and "Sysctl support" below and executing the command
echo <bitmask> > /proc/sys/dev/scsi/logging_level
where <bitmask> is a four byte value representing the logging type and logging level for each type of logging selected.
There are a number of logging types and you can find them in the source at drivers/scsi/scsi_logging.h. The logging levels are also described in that file and they determine the verbosity of the logging for each logging type.
If you say N here, it may be harder to track down some types of SCSI problems. If you say Y here your kernel will be somewhat larger, but there should be no noticeable performance impact as long as you have logging turned off.
arch/um/Kconfig.scsi
The configuration item CONFIG_SCSI_LOGGING:
CONFIG_SCSI
(none)
arch/um/Kconfig_scsi
The configuration item CONFIG_SCSI_LOGGING:
CONFIG_SCSI
(none)
arch/sparc64/Kconfig
The configuration item CONFIG_SCSI_LOGGING:
CONFIG_SCSI
This turns on a logging facility that can be used to debug a number of SCSI related problems.
If you say Y here, no logging output will appear by default, but you can enable logging by saying Y to "/proc file system support" and "Sysctl support" below and executing the command
echo "scsi log token [level]" > /proc/scsi/scsi
at boot time after the /proc file system has been mounted.
There are a number of things that can be used for 'token' (you can find them in the source: drivers/scsi/scsi.c), and this allows you to select the types of information you want, and the level allows you to select the level of verbosity.
If you say N here, it may be harder to track down some types of SCSI problems. If you say Y here your kernel will be somewhat larger, but there should be no noticeable performance impact as long as you have logging turned off.
arch/sparc/Kconfig
The configuration item CONFIG_SCSI_LOGGING:
CONFIG_SCSI
This turns on a logging facility that can be used to debug a number of SCSI related problems.
If you say Y here, no logging output will appear by default, but you can enable logging by saying Y to "/proc file system support" and "Sysctl support" below and executing the command
echo "scsi log token [level]" > /proc/scsi/scsi
at boot time after the /proc file system has been mounted.
There are a number of things that can be used for 'token' (you can find them in the source: drivers/scsi/scsi.c), and this allows you to select the types of information you want, and the level allows you to select the level of verbosity.
If you say N here, it may be harder to track down some types of SCSI problems. If you say Y here your kernel will be somewhat larger, but there should be no noticeable performance impact as long as you have logging turned off.
arch/m68k/Kconfig
The configuration item CONFIG_SCSI_LOGGING:
CONFIG_SCSI
This turns on a logging facility that can be used to debug a number of SCSI related problems.
If you say Y here, no logging output will appear by default, but you can enable logging by saying Y to "/proc file system support" and "Sysctl support" below and executing the command
echo "scsi log token [level]" > /proc/scsi/scsi
at boot time after the /proc file system has been mounted.
There are a number of things that can be used for 'token' (you can find them in the source: drivers/scsi/scsi.c), and this allows you to select the types of information you want, and the level allows you to select the level of verbosity.
If you say N here, it may be harder to track down some types of SCSI problems. If you say Y here your kernel will be somewhat larger, but there should be no noticeable performance impact as long as you have logging turned off.
Raw data from LKDDb:
(none)
This page is automaticly generated with free (libre, open) software lkddb(see lkddb-sources).
The data is retrived from:
Popular queries:
Navigation: Linux Kernel Driver DataBase - web LKDDB: main index - S index
Automatically generated (in year 2024). See also LKDDb sources on GitLab