After update hestia, now 1.9.2, Folder not writable: /private/logs/, when try use filemanager

After update hestia, now 1.9.2, its works fine, websites on.
but

show this message when i try use the file manager…
someone know something about it ?
Folder not writable: /private/logs/

same problem! how did you solve it?

This can be fixed by changing the logs dir ownership to the new hestia user (I think this was introduced by this upgrade)

sudo chown hestiaweb:hestiaweb /usr/local/hestia/web/fm/private/logs

Then reload the page.

Directly pointing to the /logs folder is worked. Changing the parent directory rights was not working.

chown hestiaweb:hestiaweb /usr/local/hestia/web/fm/private/logs

Yes, I meant the logs directory, but missed it when I copied the path. Thanks

I tried this instead and it worked,
appending /logs doesnt solve my filemanager problem.