On 7/26/23 04:55, Anastasia Kovaleva wrote:
+#define TARGET_PREFIX "core"
I'm not sure this is a good choice for a logging prefix since this name does not make it clear that log lines come from the SCSI target core. How about "scsi_tgt" as prefix? "stgt" is probably not a good choice since this is the former name of a user-space SCSI target project (https://github.com/fujita/tgt).
Bart.