Cfilelogroute Saving To A Nas

Hey all,

I’m just wondering if anyone has had any experience using the CFileLogRoute saving to a NAS.

My idea is to have multiple web servers mount a NAS volume. This is where my yii protected code would reside (makes updates easy ). Thus protected/runtime/application.log would also be there.

This would also mean that multiple web servers would be attempting to write to the same log file.

Has anyone seen any issues with concurrent logging from multiple servers?

How does the CFileLogRoute deal with the concurrency of multiple connections on one server writing to the same file?

I’m looking for the most efficient way to save these logs on a multi-server site.

Thank you,

c