Skip to content

Commit

Permalink
Add logging to configuration and settings
Browse files Browse the repository at this point in the history
  • Loading branch information
3keyroman committed Dec 22, 2024
1 parent f145f19 commit 1d566ec
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 5 deletions.
13 changes: 13 additions & 0 deletions docs/certificate-key/settings/logging.md
Original file line number Diff line number Diff line change
@@ -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).
8 changes: 3 additions & 5 deletions docs/certificate-key/settings/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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)
<DocCardList/>

0 comments on commit 1d566ec

Please sign in to comment.