chore: clarify logging source field (#10306)

This commit is contained in:
Erik Ritter 2020-07-13 21:16:51 -07:00 committed by GitHub
parent 7abe3e5182
commit f9c2600efc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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,
};