milvus-logo
LFAI
< Docs
  • Java

LogLevel

The enumeration for setting log level in runtime.

package io.milvus.param;
public enum LogLevel

Type

Description

Debug

Debug level, All the logs are visible.

Info

Debug level, information, warning, error logs are visible.

Warning

Debug level, warning and error logs are visible.

Error

Error level, only error logs are visible.

Feedback

Was this page helpful?