Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document compression configuration for server log #16917

Merged
merged 2 commits into from
Apr 10, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions docs/src/main/sphinx/admin/properties-logging.rst
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,15 @@ rotation replaces old content.

The maximum file size for the general application log file.

``log.compression``
^^^^^^^^^^^^
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This needs to match the length of the text above

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for catching this - this is fixed now.


* **Type:** :ref:`prop-type-string`
* **Default value:** ``GZIP``

The compression format for rotated log files. Can be set to either ``GZIP`` or ``NONE``. When
set to ``NONE``, compression is disabled.

``http-server.log.enabled``
^^^^^^^^^^^^^^^^^^^^^^^^^^^

Expand Down