umbraco.licensing.log.txt in a Loadbalancing environment
Hello
I'm facing some performance issues when posting forms on the frontend created with Contour in a loadbalancing environment and sql server on some other servers. It may take more then one minute to be submited. I'm running on a 3.0.20 version (upgraded from a 3.0.6) but it didn't improved the performance.
I saw that Contour create a log file in App_Data : umbraco.licensing.log.txt. The more Contour is used, the more this file is filled and was up to 200Mo. After removing it, performance was better with about 10-15 secondes to submit.
I've noticed that when I submit the form, Contour write about 190 times texts about licence validation in this file.
I'd like to know if there is a way to specify a path to save this file somewhere else (like umbracoContentXML key in web.config for the umbraco.config file) to avoid this file to be replicated throught servers. Or better, an option to not write this file on the disk ?
Was there an solution to this? I now need to either move the log file or completely disable it.
The App_Data folder I'm working with is write protected and it appears that Contour/Forms(4.0) is hardcoded to App_Data instead of a mapped/virtual location.
umbraco.licensing.log.txt in a Loadbalancing environment
Hello
I'm facing some performance issues when posting forms on the frontend created with Contour in a loadbalancing environment and sql server on some other servers.
It may take more then one minute to be submited.
I'm running on a 3.0.20 version (upgraded from a 3.0.6) but it didn't improved the performance.
I saw that Contour create a log file in App_Data : umbraco.licensing.log.txt. The more Contour is used, the more this file is filled and was up to 200Mo.
After removing it, performance was better with about 10-15 secondes to submit.
I've noticed that when I submit the form, Contour write about 190 times texts about licence validation in this file.
I'd like to know if there is a way to specify a path to save this file somewhere else (like umbracoContentXML key in web.config for the umbraco.config file) to avoid this file to be replicated throught servers.
Or better, an option to not write this file on the disk ?
Thanks in advance
olivier
Comment author was deleted
Update to 3.0.22 :) several updates have been done to increase performance
Hi Tim
Thanks, will wait for this new version :)
Olivier
Hi,
Was there an solution to this? I now need to either move the log file or completely disable it.
The App_Data folder I'm working with is write protected and it appears that Contour/Forms(4.0) is hardcoded to App_Data instead of a mapped/virtual location.
Hello Isaack
I didn't saw any way to write in another folder, even with the latest version.
For my problem, I've updated to a higher version and also ended up by deleting the log file every day to be sure.
Olivier
is working on a reply...