Uploaded image for project: 'Couchbase Documentation'
  1. Couchbase Documentation
  2. DOC-7212

Suggests using old logging syntax

    XMLWordPrintable

Details

    Description

      For Mobile Java(Android) under Replication->Troubleshooting
      "Database.setLogLevel(LogDomain.REPLICATOR, LogLevel.VERBOSE);"

      That is the old syntax. I'm guessing it should look more like:
      logger.setDomains(LogDomain.REPLICATOR);
      logger.setLevel(LogLevel.VERBOSE);

      after specifying console and/or file logging.

      Reporter: Tony Duarte
      E-mail: tony.duarte@couchbase.com

      Attachments

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

        Activity

          People

            Ian.bridge Ian Bridge
            tony.duarte Tony Duarte (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes

                PagerDuty