diff --git a/Troubleshooting-Guide.md b/Troubleshooting-Guide.md index 1413a9f..22a6e26 100644 --- a/Troubleshooting-Guide.md +++ b/Troubleshooting-Guide.md @@ -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. \ No newline at end of file +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. +