mirror of
https://github.com/rembo10/headphones.git
synced 2026-07-21 16:34:01 +01:00
Updated Troubleshooting (markdown)
+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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user