DocumentDBLogLevel
Enumnet10.0
Represents the supported DocumentDB Local container log levels.
namespace Aspire.Hosting;
public enum DocumentDBLogLevelEnum Members
Section titled Enum MembersQuietSuppresses 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.
ErrorLogs error messages only.
WarnLogs warnings and errors.
InfoLogs informational messages, warnings, and errors. This is the default DocumentDB Local log level.
DebugLogs debug-level diagnostic messages and everything above.
TraceLogs the most verbose trace-level diagnostic messages and everything above.