"/home/ptown/public_html/var/log/connector.log" cannot be opened with mode "a"
I am getting this error every time I go to save a product. This started occurring directly after Magento was upgraded to v2.2.5. An extension was updated, and another was reinstalled at this time.
Is there a fix for this? I am not sure what "mode "a"" is referring to. When I check out the connector.log file, it appears to be empty.
Edit: I just checked the current mode I am in, and it shows that I am in production mode.
Edit 2: I resolved the issue by changing the permissions of my connector.log file to 666 (located /home/[user]/public_html/var/log/connector.log).