chore: clarify logging source field (#10306)
This commit is contained in:
parent
7abe3e5182
commit
f9c2600efc
|
|
@ -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,
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue