diff options
author | Igor Sysoev <igor@sysoev.ru> | 2017-09-06 20:40:15 +0300 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2017-09-06 20:40:15 +0300 |
commit | f8c94cbcfb8147d488fe75a0e6ceb6e0c1b390d8 (patch) | |
tree | 5053a9e423c49d265afd8d0e12744742105dde17 /README.md | |
parent | 5b7e4782db416837be2c394ac75b398e7313ab33 (diff) | |
download | unit-f8c94cbcfb8147d488fe75a0e6ceb6e0c1b390d8.tar.gz unit-f8c94cbcfb8147d488fe75a0e6ceb6e0c1b390d8.tar.bz2 |
README: added Troubleshooting section.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 18 |
1 files changed, 17 insertions, 1 deletions
@@ -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 --> |