Skip to content

Commit

Permalink
debug log -> info log
Browse files Browse the repository at this point in the history
  • Loading branch information
jloleysens committed May 25, 2021
1 parent be1d195 commit 15f2d34
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions x-pack/plugins/reporting/server/lib/store/store.ts
Original file line number Diff line number Diff line change
Expand Up @@ -160,9 +160,7 @@ export class ReportingStore {
this.logger.debug(`Found ILM policy ${this.ilmPolicyName}; skipping creation.`);
return;
}
this.logger.debug(
`Creating ILM policy for managing reporting indices: ${this.ilmPolicyName}`
);
this.logger.info(`Creating ILM policy for managing reporting indices: ${this.ilmPolicyName}`);
await client.ilm.putLifecycle({
policy: this.ilmPolicyName,
body: reportingIlmPolicy,
Expand Down

0 comments on commit 15f2d34

Please sign in to comment.