summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2017-09-06 20:40:15 +0300
committerIgor Sysoev <igor@sysoev.ru>2017-09-06 20:40:15 +0300
commitf8c94cbcfb8147d488fe75a0e6ceb6e0c1b390d8 (patch)
tree5053a9e423c49d265afd8d0e12744742105dde17
parent5b7e4782db416837be2c394ac75b398e7313ab33 (diff)
downloadunit-f8c94cbcfb8147d488fe75a0e6ceb6e0c1b390d8.tar.gz
unit-f8c94cbcfb8147d488fe75a0e6ceb6e0c1b390d8.tar.bz2
README: added Troubleshooting section.
-rw-r--r--README.md18
1 files changed, 17 insertions, 1 deletions
diff --git a/README.md b/README.md
index b1c5301d..1ccbfda2 100644
--- a/README.md
+++ b/README.md
@@ -926,6 +926,22 @@ submit a pull request in the https://github.com/nginx/unit repository.
## Troubleshooting
-**TBD**
+Unit log for the binary packages is located in `/var/log/unit.log`.
+
+Log file location can also be found by running `unitd --help`.
+
+Debug verbosity level of the log is enabled during configuration time:
+
+```
+./configure --debug
+```
+
+Unit and all modules have to be recompiled and reinstalled after reconfiguring.
+
+Please be aware that the debug log size grows very quickly.
+
+Community mailing list is available at <unit@nginx.org>.
+Subscribe to the mailing list by sending email to <unit-subscribe@nginx.org> or
+at <http://mailman.nginx.org/mailman/listinfo/unit>.
<!-- /section:6 -->