diff --git a/presto-docs/src/main/sphinx/admin/properties.rst b/presto-docs/src/main/sphinx/admin/properties.rst index 69193d4612c5..f3bf273e1c37 100644 --- a/presto-docs/src/main/sphinx/admin/properties.rst +++ b/presto-docs/src/main/sphinx/admin/properties.rst @@ -912,6 +912,16 @@ CTE Materialization Properties Logging Properties ------------------ +``log.path`` +^^^^^^^^^^^^ + + * **Type:** ``string`` + * **Default value:** ``/var/log/server.log`` + + The ``log.path`` property specifies the path to the server log file used by Presto. + This path is relative to the data directory, which is determined by the ``node.data-dir`` property. + If no value is provided for ``log.path``, the default value is used. + ``log.max-history`` ^^^^^^^^^^^^^^^^^^^