Tag: Logging

Announcing Audit Logging for Capella App Services and HIPAA Readiness
Announcing Audit Logging for Capella App Services and HIPAA Readiness

Capella App Services now supports Audit Logging - detailed, trackable records of key events to improve security, compliance, and observability. HIPAA-ready!

Building an Observation Deck
Building an Observation Deck

Couchbase Server 5.5 is now available for download! Check out Couchbase Server 5.5 new feature called Response Time Observability.

Response Time Observability with the Java SDK
Response Time Observability with the Java SDK

Learn how RTO works with the Java SDK. We can have a deeper insight into what and why something is not working/performing as expected.

What OpenTracing Is and Why It’s Important
What OpenTracing Is and Why It’s Important

Learn why the Couchbase selected OpenTracing as its tracing API. Also, check a brief introduction to SDKs ThresholdLoggingTracer with the .NET SDK.

Couchbase Server 5.5: Log Redaction
Couchbase Server 5.5: Log Redaction

Learn what is Log Redaction which is a new feature of Couchbase Server 5.5. How does it work and how to enable the Log Redaction.

Logging with Log4Net and Common Logging
Logging with Log4Net and Common Logging

How to use Common.Logging with a logging tool like log4net to log and help debug Couchbase .NET SDK activity.

Logging with the Couchbase Java Client
Logging with the Couchbase Java Client

[This blog was syndicated from http://nitschinger.at/] Introduction There is a huge variety in logging frameworks for Java, and its hard to please everyone. To understand how logging is currently handled in the SDK, we have to go back a few...

Couchbase .NET SDK 2.0 Development Series: Logging
Couchbase .NET SDK 2.0 Development Series: Logging

*Note: source can be found here. While perhaps one of the more drab features of an SDK, logging and instrumentation is probably one of the most valuable in terms of finding and isolating issues and ensuring that your application is...