New LogFilesLocation property

There is a new property – LogFilesLocation for both server and local.
It defines a folder where the logs should be placed in.
Default folder is “./vlogs”

Examples:
SET PROPERTY LogFilesLocation TO ‘myLogsFolder’;
GET PROPERTY LogFilesLocation;

or

SET PROPERTY LogFilesLocation OF SERVER TO ‘myLogsFolder’;
GET PROPERTY LogFilesLocation OF SERVER;

If kernel works under the vserver global LogFilesLocation is unavailable and you should operate with vserver’s LogFilesLocation property instead.