2
0
mirror of https://github.com/chubin/cheat.sheets synced 2024-11-05 12:00:16 +00:00
cheat.sheets/sheets/scsi_logging_level
2017-07-27 09:35:01 +00:00

11 lines
334 B
Plaintext

# scsi_logging_level
# set and get the SCSI logging level (install sg3-utils)
# configure the log level of several tracepoints along the Linux SCSI stack
scsi_logging_level -s --ioctl=7
# track SCSI commands as they flow through
# the SCSI submission and completion path
# (call dmesg after that)
scsi_logging_level -s --midlevel=7