Skip to content

Commit

Permalink
Release new docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Milvus-doc-bot authored and Milvus-doc-bot committed Aug 26, 2024
1 parent 338a8e6 commit 9747630
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion v2.4.x/site/en/faq/operational_faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ Yes. You can install Milvus in an offline environment. See [Install Milvus Offli

The Milvus log is printed to stout (standard output) and stderr (standard error) by default, however we highly recommend redirecting your log to a persistent volume in production. To do so, update `log.file.rootPath` in **milvus.yaml**. And if you deploy Milvus with `milvus-helm` chart, you also need to enable log persistence first via `--set log.persistence.enabled=true`.

If you didn't change the config, using kubectl logs <pod-name> or docker logs CONTAINER can also help you to find the log.
If you didn't change the config, using kubectl logs POD_NAME or docker logs CONTAINER can also help you to find the log.


#### Can I create index for a segment before inserting data into it?
Expand Down

0 comments on commit 9747630

Please sign in to comment.