mirror of https://github.com/caronc/apprise
Updated Troubleshooting (markdown)
parent
29de83389e
commit
0ef3787894
|
@ -1,5 +1,5 @@
|
||||||
## General Troubleshooting
|
## General Troubleshooting
|
||||||
The best thing you can do when troubleshooting problems with your notification is to use the _apprise_ object itself from the command line and add up the verbosity of the command (the more v's you specify, the more verbose it gets):
|
The best thing you can do when troubleshooting problems with your notification is to work it out using the _apprise_ command line tool. You can add verbosity what is going on with the notification you're troubleshooting by simply specifying **-v**; the more v's you specify, the more verbose it gets:
|
||||||
```bash
|
```bash
|
||||||
# In the below example, I am trying to figure out why my mailto:// line
|
# In the below example, I am trying to figure out why my mailto:// line
|
||||||
# isn't working:
|
# isn't working:
|
||||||
|
|
Loading…
Reference in New Issue