server
server copied to clipboard
ONPREM-66: :Add NO_LOG_DIRS constant to KProcessWrapper class
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.