Skip to content

Commit

Permalink
chore(docs): custom and built-in event logging class at the same time (
Browse files Browse the repository at this point in the history
…#20098)

* chore: custom and built-in event logging class at the same time

* fix whitespaces

* Update Event Logging docs
  • Loading branch information
wiktor2200 authored Jul 12, 2022
1 parent 7f918a4 commit d4b59ff
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/docs/installation/event-logging.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,11 @@ version: 1

### Event Logging

Superset by default logs special action events in its internal database. These logs can be accessed
Superset by default logs special action events in its internal database (DBEventLogger). These logs can be accessed
on the UI by navigating to **Security > Action Log**. You can freely customize these logs by
implementing your own event log class.
**When custom log class is enabled DBEventLogger is disabled and logs stop being populated in UI logs view.**
To achieve both, custom log class should extend built-in DBEventLogger log class.

Here's an example of a simple JSON-to-stdout class:

Expand Down

0 comments on commit d4b59ff

Please sign in to comment.