- Add 'ignoreLog' property to the Log controller to specify actions that should not be logged - Implement logic in SystemLog middleware to check if the current action is in the ignoreLog list - Skip logging for actions listed in ignoreLog, improving performance and reducing log clutter Signed-off-by: wolfcode <37436228+wolf-leo@users.noreply.github.com>