server icon indicating copy to clipboard operation
server copied to clipboard

ONPREM-66: :Add NO_LOG_DIRS constant to KProcessWrapper class

Open navarro967 opened this issue 8 months ago • 0 comments

This pull request adds a new constant, NO_LOG_DIRS, to the KProcessWrapper class. This constant contains a list of directories that should not be logged when executing a command. The init method has been updated to check if the provided log directory is in the NO_LOG_DIRS list before redirecting the output to log files. This change improves the flexibility and control over logging in the KProcessWrapper class.

navarro967 avatar Jun 18 '24 16:06 navarro967