Skip to content

Commit

Permalink
chore: tweak log.debug for APM server not supporting central config (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
trentm authored Sep 26, 2023
1 parent c888b4c commit 11e686c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/apm-client/http-apm-client/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -437,8 +437,9 @@ Client.prototype._pollConfig = function () {
res.resume();
return;
} else if (res.statusCode === 404) {
// Either a very old APM server, or early fully-managed (aka serverless).
this._log.debug(
'_pollConfig: old APM server does not support central config',
'_pollConfig: APM server does not support central config',
);
res.resume();
return;
Expand Down

0 comments on commit 11e686c

Please sign in to comment.