You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+27-9Lines changed: 27 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,6 +32,7 @@
32
32
-[Introduction](#introduction)
33
33
-[Prerequisites](#prerequisites)
34
34
-[How It Works](#how-it-works)
35
+
-[Log Locations](#log-locations)
35
36
-[Quick Setup](#quick-setup)
36
37
-[Quick Start](#quick-start)
37
38
-[Quick Stop](#quick-stop)
@@ -154,6 +155,16 @@ Note: In Docker mode, the Auto Upgrader only runs if the neuron isn’t installe
154
155
155
156
<br />
156
157
158
+
# 📁 Log Locations <aid="log-locations"></a>
159
+
160
+
You can monitor the Auto Upgrader using logs. Their location depends on the `SUBVORTEX_EXECUTION_METHOD`:
161
+
162
+
-**`service`**: logs are in `/var/log/subvortex-auto-upgrader/` and accessible via `tail -f <SERVICE_PATH>` e.v `tail -f /var/log/subvortex-auto-upgrader/subvortex-miner-neuron.log`
163
+
-**`process`**: logs are in `/root/.pm2/logs/` and accessible via `pm2 log <PROCESS_NAME>` e.g `pm2 log subvortex-miner-neuron`
164
+
-**`container`**: use `docker logs subvortex-auto-upgrader` (add `-f` to follow in real time) and accessible via `docker logs <CONTAINER_NAME>` e.g `docker logs subortex-miner-neuron`
165
+
166
+
<br />
167
+
157
168
# 🔑 Personal Access Token <aid="personal-access-token"></a>
158
169
159
170
To allow the system to pull Docker images and release assets from GitHub, you need to generate a GitHub Personal Access Token (PAT).
@@ -175,13 +186,16 @@ Then, copy that token as value of `SUBVORTEX_GITHUB_TOKEN` in the main Auto Upgr
175
186
176
187
# 🚀 Quick Setup <aid="quick-setup"></a>
177
188
189
+
⚠️ Note: This step is usually not required. The Auto Upgrader automatically handles setup for you.
190
+
Use this only if you encounter issues or need to manually prepare a specific version.
191
+
178
192
To setup the Auto Upgrader in a quick way, you can run
0 commit comments