Updated Troubleshooting (markdown)

basilfx
2014-09-18 02:10:48 -07:00
parent 12617e5924
commit 8840da4a21
+1 -1
@@ -4,7 +4,7 @@ This page presents some guides to help fix common problems. If your problem is n
Headphones does not turn on verbose logging (also known as debug information) for efficiency reasons. While this information is extremely useful in solving problems, it is the first thing that you should enable in case of problems. There are two ways of toggling verbose mode.
* Modify the command line arguments to include the `--verbose` (or `-v`) option. Do note that the `--verbose` option may conflicts with `--quiet` (web log only) and `--daemon` (no terminal output), but it will always print to the web log.
* Toggle verbose mode via `http://ip:port/toggleVerbose`. You should see in the web log if verbose is turned on or off. This option is not permanent, and will be restored on the next start. With this option, you cannot log startup errors, since Headphones should be started to toggle this.
* Toggle verbose mode via `http://ip:port/toggleVerbose`. You should see in the web log if verbose is turned on or off. This option is **not permanent**, and will be restored on the next start. With this option, you cannot log startup errors, since Headphones should be started to toggle this.
The second option will be the easiest option in most cases, especially for Synology users.