mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
[Fleet] changed log level to debug (#170967)
Resolves https://github.com/elastic/kibana/issues/170951 Changed `Running Fleet metrics task` info log to debug
This commit is contained in:
parent
ce33484da2
commit
8b4da3eee3
1 changed files with 2 additions and 2 deletions
|
@ -72,10 +72,10 @@ export class FleetMetricsTask {
|
|||
return;
|
||||
}
|
||||
if (!this.esClient) {
|
||||
appContextService.getLogger().info('esClient not set, skipping Fleet metrics task');
|
||||
appContextService.getLogger().debug('esClient not set, skipping Fleet metrics task');
|
||||
return;
|
||||
}
|
||||
appContextService.getLogger().info('Running Fleet metrics task');
|
||||
appContextService.getLogger().debug('Running Fleet metrics task');
|
||||
|
||||
try {
|
||||
const agentMetrics = await fetchAgentMetrics();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue