Uploaded image for project: 'Couchbase Server'
  1. Couchbase Server
  2. MB-36480

update libcouchbase to reduce eventing logging

    XMLWordPrintable

Details

    • Untriaged
    • Unknown

    Description

      libcouchbase logging at INFO level is too verbose.

      For a simple N1QL query in Function with 10k mutations -

      function OnUpdate(doc, meta) {
          let id = meta.id;
          UPSERT INTO destination (KEY, VALUE) VALUES ($id, $doc);
      } 

      We're getting about 20k lines

      After libcouchbase is updated under CCBC-1106, update the dependency in eventing to pick up the change.

      Attachments

        Issue Links

          No reviews matched the request. Check your Options in the drop-down menu of this sections header.

          Activity

            People

              Gautham.Banasandra Gautham Banasandra (Inactive)
              Gautham.Banasandra Gautham Banasandra (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes

                  PagerDuty