-
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add logging to configuration and settings
- Loading branch information
Showing
2 changed files
with
16 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters