Skip to content

Commit

Permalink
Removing duplicate case string in logs
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathan-buttner committed Feb 19, 2021
1 parent c15b992 commit f825ede
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/plugins/case/server/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ export class CasePlugin {
private alertsService?: AlertService;

constructor(private readonly initializerContext: PluginInitializerContext) {
this.log = this.initializerContext.logger.get('case');
this.log = this.initializerContext.logger.get();
}

public async setup(core: CoreSetup, plugins: PluginsSetup) {
Expand Down

0 comments on commit f825ede

Please sign in to comment.