Skip to content

Commit

Permalink
Add log tag
Browse files Browse the repository at this point in the history
  • Loading branch information
tsullivan committed Jan 22, 2020
1 parent 604dd2c commit ab60604
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/legacy/plugins/reporting/server/lib/get_user.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export function getUserFactory(server: ServerFacade, logger: Logger) {
try {
return await server.plugins.security.getUser(request);
} catch (err) {
logger.error(err);
logger.error(err, ['getUser']);
return null;
}
};
Expand Down

0 comments on commit ab60604

Please sign in to comment.