LogLevel
The enumeration for setting the log level at runtime.
package io.milvus.param;
public enum LogLevel
| Type | Description |
|---|---|
| Debug | One of the debug levels. All logs are visisble. |
| Info | One of the debug levels. Informational, warning, and error logs are visible. |
| Warning | One of the debug levels. Warning and error logs are visible. |
| Error | Error level. Only error logs are visible. |