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

docs: update wrong paths for disabling logs #2974

Merged
merged 1 commit into from Sep 8, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
7 changes: 4 additions & 3 deletions docs/source/guides/logging.rst
Expand Up @@ -59,13 +59,14 @@ logs are logged under the ``"bentoml"`` namespace.
Web Service Request Logging
"""""""""""""""""""""""""""

For web requests, logging can be enabled and disabled using the `logging.access` parameter at the
For web requests, logging can be enabled and disabled using the `api_server.logging.access` parameter at the
top level of the ``bentoml_configuration.yml``.

.. code-block:: yaml

logging:
access:
api_server:
logging:
access:
enabled: False
# whether to log the size of the request body
request_content_length: True
Expand Down