diff --git a/README.md b/README.md index 68c86ea51cc3d1d63728ebbd63b0c09912bddbcc..5da92aef79f988c0776b85cf9d985579800c6fda 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 0000000000000000000000000000000000000000..bca46bbad1e5689b4e14db46de317389757598fa --- /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 +```