Skip to content

Commit

Permalink
chore: clarify logging source field (#10306)
Browse files Browse the repository at this point in the history
  • Loading branch information
Erik Ritter committed Jul 14, 2020
1 parent 7abe3e5 commit f9c2600
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion superset-frontend/src/middleware/loggerMiddleware.js
Expand Up @@ -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,
};
Expand Down

0 comments on commit f9c2600

Please sign in to comment.