@@ -45,20 +45,15 @@ After the cluster has started and worked for some time, you can find its artifac
45
45
in the directories specified in the ``tt `` configuration. These are the default
46
46
locations in the local :ref: `launch mode <tt-config_modes >`:
47
47
48
- * ``sharded_cluster/var/log/<instance_name>/*.log `` -- instance :ref: `logs <admin-logs >`.
49
- * ``sharded_cluster/var/lib/<instance_name>/*.snap `` -- snapshots.
50
- * ``sharded_cluster/var/lib/<instance_name>/*.xlog `` -- write-ahead logs.
51
- * ``sharded_cluster/var/run/<instance_name>/tarantool.control `` -- a control socket. This is
52
- a Unix socket with the Lua console attached to it. This file is used to connect
53
- to the instance console.
54
- * ``sharded_cluster/var/run/<instance_name>/tarantool.pid `` -- a PID file that ``tt `` uses to
55
- check the instance status and send control commands.
48
+ * ``sharded_cluster/var/log/<instance_name>/ `` -- instance :ref: `logs and snapshots <admin-logs >`.
49
+ * ``sharded_cluster/var/lib/<instance_name>/ `` -- snapshots and write-ahead logs.
50
+ * ``sharded_cluster/var/run/<instance_name>/ `` -- control sockets and PID files.
56
51
57
52
In the system launch mode, artifacts are created in these locations:
58
53
59
- * ``/var/log/tarantool/<instance_name>/ `` -- instance logs.
60
- * ``/var/lib/tarantool/<instance_name>/ `` -- snapshots and write-ahead logs.
61
- * ``/var/run/tarantool/<instance_name>/ `` -- control sockets and PID files.
54
+ * ``/var/log/tarantool/<instance_name>/ ``
55
+ * ``/var/lib/tarantool/<instance_name>/ ``
56
+ * ``/var/run/tarantool/<instance_name>/ ``
62
57
63
58
64
59
.. _configuration_run_instance_tarantool :
0 commit comments