From 8575e1c3c8732167625de8cfc2fe383bd8240128 Mon Sep 17 00:00:00 2001
From: Kamil Trzcinski <ayufan@ayufan.eu>
Date: Wed, 29 Jul 2015 12:59:23 +0200
Subject: [PATCH] Added FAQ section

---
 README.md          |  4 ++++
 docs/faq/README.md | 14 ++++++++++++++
 2 files changed, 18 insertions(+)
 create mode 100644 docs/faq/README.md

diff --git a/README.md b/README.md
index 68c86ea51..5da92aef7 100644
--- a/README.md
+++ b/README.md
@@ -65,6 +65,10 @@ The config file is automatically migrated when GitLab Runner was installed from
 * [Bleeding edge (development)](docs/install/bleeding-edge.md)
 * [Install development environment](docs/development/README.md)
 
+### Troubleshoting
+
+* [FAQ](docs/faq/README.md)
+
 ### Advanced Configuration
 
 * [See advanced configuration options](docs/configuration/advanced-configuration.md)
diff --git a/docs/faq/README.md b/docs/faq/README.md
new file mode 100644
index 000000000..bca46bbad
--- /dev/null
+++ b/docs/faq/README.md
@@ -0,0 +1,14 @@
+# FAQ
+
+## 1. Where are logs stored for service?
+
++ If the GitLab Runner is run as service on Linux/OSX  the daemon logs to syslog.
++ If the GitLab Runner is run as service on Windows it logs to System's Event Log.
+
+## 2. Run in `--debug` mode
+
+Is it possible to run GitLab Runner in debug/verbose mode. Do it from terminal:
+
+```
+gitlab-runner --debug run
+```
-- 
GitLab