Can the location of the Delegate log be changed to a different directory

Question:

Would it be possible to change the location of the delegate logs?

Answer:

The delegate logs reside within the delegate folder. Currently, no configuration is available to change the path of the log file.

Workaround:

Create a symbolic link to the delegate file from the location of which one is looking to have the log file reside in.

Ex: > ln -s newpath/newdelegate.log delegate.log

1 Like