Updated Troubleshooting Guide (markdown)

Yegor S
2025-02-20 19:19:05 -05:00
parent 1ab2eab90e
commit f2fc1d8461

@@ -213,4 +213,7 @@ If the service doesn't start, or hangs, try running it in debug mode and collect
ctrld start --log /tmp/ctrld.log -vv
```
The log file should contain some useful data. Open an issue with this data, and everything you collected above.
The log file will contain verbose debug level data. Alternatively, if you're using v1.4.0 or higher you can simply run `ctrld log send` command which will send the runtime log from the application directly to us, assuming you are running ctrld in default mode.
Open an issue with this data, and everything you collected above.