mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
[APM] Reduce log level to debug when no agent config is found (#93035)
This commit is contained in:
parent
ab6a688505
commit
8c6caf841b
1 changed files with 2 additions and 2 deletions
|
@ -166,8 +166,8 @@ export const agentConfigurationSearchRoute = createRoute({
|
|||
});
|
||||
|
||||
if (!config) {
|
||||
context.logger.info(
|
||||
`Config was not found for ${service.name}/${service.environment}`
|
||||
context.logger.debug(
|
||||
`[Central configuration] Config was not found for ${service.name}/${service.environment}`
|
||||
);
|
||||
throw Boom.notFound();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue