Skip to content

Commit

Permalink
[APM] Reduce log level to debug when no agent config is found (elasti…
Browse files Browse the repository at this point in the history
…c#93035) (elastic#93434)

Co-authored-by: Tanish <64203208+tanish14@users.noreply.github.com>
  • Loading branch information
kibanamachine and tanish14 authored Mar 3, 2021
1 parent bcb580d commit 9fbe676
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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();
}
Expand Down

0 comments on commit 9fbe676

Please sign in to comment.