Hello,
I have logs configured ( during install ) to a custom location on the server.
Ex: /logs/instance/env
However access and error logs still go to /var/log/iwui. which is understandable because
/Interwoven/TeamSite/iw-webd/conf/iwwebd.conf has the locations as such.
ErrorLog "/var/log/iwui/error.log"
similarly the custom log is also in the same path.
If I update this to my custom path, it is getting overwritten when I do a TS stop/start.
Should I just update the iwwebd.conf.template file with my custom path? or elsewhere.
Thanks for your help.