diff --git a/docs/certificate-key/settings/logging.md b/docs/certificate-key/settings/logging.md new file mode 100644 index 00000000..4a66e1e4 --- /dev/null +++ b/docs/certificate-key/settings/logging.md @@ -0,0 +1,13 @@ +--- +sidebar_position: 25 +--- + +# Logging + +Logging settings include options for customizing how logs are handled. See [Logging](../logging/overview.md) for detailed information about logging in the platform. + +The audit and event logs are disabled by default and can be configured using the logging settings. + +You can see the current logging settings using [Get logging settings API](/api/core-other#tag/Settings/operation/getLoggingSettings). + +To update the logging settings, use [Update logging settings API](/api/core-other#tag/Settings/operation/updateLoggingSettings). diff --git a/docs/certificate-key/settings/overview.md b/docs/certificate-key/settings/overview.md index 802c56df..0f8d50b4 100644 --- a/docs/certificate-key/settings/overview.md +++ b/docs/certificate-key/settings/overview.md @@ -2,6 +2,8 @@ sidebar_position: 0 --- +import DocCardList from '@theme/DocCardList'; + # Configuration and Settings Configuration of the platform and its components is done primarily through Helm chart values. The values are stored in ConfigMaps and Secrets. @@ -10,8 +12,4 @@ For the list of parameters that can be configured for values, see the [Helm char Settings allows to configure subset of the platform setting during the runtime. The following settings are available: -- [Platform](./platform.md) -- [Custom Attributes](./custom-attributes.md) -- [Global Metadata](./global-metadata.md) -- [Notifications](./notifications.md) -- [Authentication](./authentication.md) + \ No newline at end of file