b9cd465 sanlock: per command debug logging

Authored and Committed by teigland 4 years ago
    sanlock: per command debug logging
    
    Allow debugging logging for specific commands to be
    enabled or disabled at the command processing level.
    
    In sanlock.conf:
    
    debug_cmd = +<name>
    enables cmd level debugging for the named command.
    
    debug_cmd = -<name>
    disables cmd level debugging for the named command.
    
    debug_cmd lines can be repeated, once for each name.
    
    By default sanlock disables some cmds that are often
    repetitive and fill the in-memory debug buffer.
    
        
file modified
+134 -123
file modified
+12 -0
file modified
+3 -0
file modified
+131 -0
file modified
+17 -0
file modified
+5 -0
file modified
+7 -2