devenv: elastic: remove unnecessary console logging (#65160)

pull/65174/head
Gábor Farkas 2 years ago committed by GitHub
parent 67daa90651
commit 6559971c02
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      devenv/docker/blocks/elastic/data/data.js

@ -53,7 +53,6 @@ async function elasticSendLogItem(timestamp, item) {
const url = new URL(ELASTIC_BASE_URL);
url.pathname = `/logs-${timestampText}/_doc`;
await jsonRequest(item, 'POST', url, 201);
console.log(`posted to ${url.toString()}`);
}
async function elasticSetupIndexTemplate() {

Loading…
Cancel
Save