From 7eae05d6746c89151c04d44a57685206951f8722 Mon Sep 17 00:00:00 2001 From: Ivanov-Anton Date: Fri, 6 Oct 2023 09:24:47 +0300 Subject: [PATCH] remove debug column from API Log Config --- .../system/yeti-ui-system-api_log_configs.rst | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/en/web-interface/system/yeti-ui-system-api_log_configs.rst b/en/web-interface/system/yeti-ui-system-api_log_configs.rst index be2c6ae..dde7861 100644 --- a/en/web-interface/system/yeti-ui-system-api_log_configs.rst +++ b/en/web-interface/system/yeti-ui-system-api_log_configs.rst @@ -4,13 +4,18 @@ Api Log Configs ~~~~~~~~~~~~~~~ -Api Log Configs are used for setting (where necessary) Debug mode for storing records to the :ref:`API Log `. -You can click on the "Yes/No" button near the records for changing their state. +Api Log Configs are used for setting (where necessary) Debug mode for storing additional info to the :ref:`API Log `. +You can create specific API Log Configs or delete them from Admin UI. + +The Api Log Configs is a part of our system that enables the configuration of :ref:`API logging ` behavior. +It defines how API requests and responses are logged and whether debugging information is captured for specific API controllers. **Api Log Config**'s properties: ```````````````````````````````` Controller Controller that will be used for applying of the Debug mode of storing records to the :ref:`API Log ` in case of enabling Debug property bellow. - Debug - In case of enabling this property (by clicking on it) additional fields (Request Body, Response Body, Request Headers, Response Headers) will be stored to the :ref:`API Log ` for the Controller above. +Best Practices: +``````````````` +Use API log configurations judiciously to capture logs only for controllers that require detailed logging. +Regularly review and update API log configurations as your application evolves to maintain an accurate log management strategy.