Skip to content
DocsTry Aspire
DocsTry

DocumentDBLogLevel

Enumnet10.0
📦 Aspire.Hosting.DocumentDB v0.116.0
Represents the supported DocumentDB Local container log levels.
namespace Aspire.Hosting;
public enum DocumentDBLogLevel
Quiet= 0
Suppresses gateway output. This becomes effective on DocumentDB 0.114.0 and later, where the preserved quiet value is parsed as an unmatched tracing target rather than a native tracing level.
Error= 1
Logs error messages only.
Warn= 2
Logs warnings and errors.
Info= 3
Logs informational messages, warnings, and errors. This is the default DocumentDB Local log level.
Debug= 4
Logs debug-level diagnostic messages and everything above.
Trace= 5
Logs the most verbose trace-level diagnostic messages and everything above.