This is an automated email from the ASF dual-hosted git repository.
ptupitsyn pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/ignite-3.git
The following commit(s) were added to refs/heads/main by this push:
new 0d11054216 IGNITE-18339 Add a note about logs directory to the docs
(#1410)
0d11054216 is described below
commit 0d11054216c671a4965fbc2f02cdbc5ff5a72512
Author: IgGusev <[email protected]>
AuthorDate: Mon Dec 12 12:08:20 2022 +0200
IGNITE-18339 Add a note about logs directory to the docs (#1410)
---
docs/_docs/quick-start/getting-started-guide.adoc | 2 ++
1 file changed, 2 insertions(+)
diff --git a/docs/_docs/quick-start/getting-started-guide.adoc
b/docs/_docs/quick-start/getting-started-guide.adoc
index a861943515..b88c4332b3 100644
--- a/docs/_docs/quick-start/getting-started-guide.adoc
+++ b/docs/_docs/quick-start/getting-started-guide.adoc
@@ -79,6 +79,8 @@ cluster init -n=sampleCluster -m=defaultNode
This command creates a simple cluster you can interact with. For example, you
can perform sql requests from the command line, or use the thin client to
perform requests.
+NOTE: If you have issues with Ignite 3 Alpha, check the logs in the
`ignite3-db-3.0.0-beta1/log` folder.
+
== Stopping the Cluster