We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 846784f commit b9cfd70Copy full SHA for b9cfd70
x-pack/plugins/task_manager/server/polling/task_poller.ts
@@ -72,7 +72,7 @@ export function createTaskPoller<T, H>({
72
// emit a polling event on a fixed interval
73
pollInterval$.pipe(
74
switchMap((period) => {
75
- logger.info(`Task poller now using interval of ${period}ms`);
+ logger.debug(`Task poller now using interval of ${period}ms`);
76
return interval(period);
77
}),
78
mapTo(none)
0 commit comments