milvus-logo
LFAI
< Docs
  • Java

LogLevel

The enumeration for setting the log level at runtime.

package io.milvus.param;
public enum LogLevel
TypeDescription
DebugOne of the debug levels. All logs are visisble.
InfoOne of the debug levels. Informational, warning, and error logs are visible.
WarningOne of the debug levels. Warning and error logs are visible.
ErrorError level. Only error logs are visible.
Feedback

Was this page helpful?