Skip to content

Milvus log location when running in a docker dev container. #39609

Discussion options

You must be logged in to vote

Once you successfully make a milvus docker container, there should be a configuration file under this path inside the container: /milvus/configs/milvus.yaml

In the milvus.yaml, you will see the configuration for log:

# Configures the system log output.
log:
  # Milvus log level. Option: debug, info, warn, error, panic, and fatal. 
  # It is recommended to use debug level under test and development environments, and info level in production environment.
  level: info
  file:
    # Root path to the log files.
    # The default value is set empty, indicating to output log files to standard output (stdout) and standard erro…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@rsrs2013
Comment options

@rsrs2013
Comment options

Answer selected by rsrs2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants