forked from couchbase/gocb
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
GOCBC-91: beef up logging API and implementation
Modifications to the logging API: - Logger interface contains a Log() method which contains a caller level and a verbosity level - Default logger now uses the 'log' package and logs to standard error - Logging wrt scheduling/receiving responses is now its own level, instead of logDebugf, reducing the logging output by far. - VerboseStdLogger enables all levels; DefaultStdLogger enables all levels except scheduling. Change-Id: I03fe831affcc6d15444f3d0587f83b5ae71d09ed Reviewed-on: http://review.couchbase.org/58851 Reviewed-by: Brett Lawson <brett19@gmail.com> Tested-by: Mark Nunberg <mark.nunberg@couchbase.com>
- Loading branch information
Showing
4 changed files
with
83 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters