From d9fbe3196a18d984eeb3eec417274bb541082525 Mon Sep 17 00:00:00 2001 From: snare Date: Fri, 8 May 2015 19:56:51 +1000 Subject: [PATCH] Troubleshooting --- Home.md | 1 + Troubleshooting.md | 7 +++++++ 2 files changed, 8 insertions(+) create mode 100644 Troubleshooting.md diff --git a/Home.md b/Home.md index b91586f..27fa573 100644 --- a/Home.md +++ b/Home.md @@ -11,6 +11,7 @@ See the [readme](https://github.com/snare/voltron/blob/master/README.md) for a q * [Configuration](Configuration) * [Layout automation](Layout-automation) * [Tests](Tests) +* [Troubleshooting](Troubleshooting) * [Extending Voltron](Extending) * [Plugin architecture](Plugin-architecture) * [View plugins](Building-view-plugins) diff --git a/Troubleshooting.md b/Troubleshooting.md new file mode 100644 index 0000000..b18f993 --- /dev/null +++ b/Troubleshooting.md @@ -0,0 +1,7 @@ +# Troubleshooting + +If you're having Voltron problems, I feel bad for you, son. + +The first thing to do is to [enable debug logging](https://github.com/snare/voltron/wiki/Configuration#debug-logging). + +Head over to the [issue tracker](https://github.com/snare/voltron/issues) and post an issue including any sections of the debug logging that look relevant. \ No newline at end of file