Milvus log location when running in a docker dev container. #39609
-
Hello Community, I am trying to include some log statements in the search code of Milvus. I went inside the build container 'milvus_builder_1' and did 'make milvus'. Milvus started successfully and printed the log to the standard output.
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
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: Line 757 in b3791a6
By default, the logs are output to stdout. To output a log file, you can set the log.rootPath to /milvus/log.txt |
Beta Was this translation helpful? Give feedback.
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:
milvus/configs/milvus.yaml
Line 757 in b3791a6