mirror of
https://github.com/apache/superset.git
synced 2026-04-27 03:55:47 +00:00
chore: clarify logging source field (#10306)
This commit is contained in:
@@ -86,7 +86,7 @@ const loggerMiddleware = store => next => action => {
|
||||
};
|
||||
} else if (explore) {
|
||||
logMetadata = {
|
||||
source: 'slice',
|
||||
source: 'explore',
|
||||
source_id: explore.slice ? explore.slice.slice_id : 0,
|
||||
...logMetadata,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user