mirror of
https://github.com/jellyfin/jellyfin-plugin-webhook.git
synced 2024-11-23 05:59:58 +00:00
add basic debug
This commit is contained in:
parent
dab34a43f2
commit
cd9a7a9645
19
README.md
19
README.md
@ -16,6 +16,25 @@
|
||||
</a>
|
||||
</p>
|
||||
|
||||
## Debugging:
|
||||
#### My webhook isn't working!
|
||||
Change your `logging.json` file to output `debug` logs for `Jellyfin.Plugin.Webhook`. Make sure to add a comma to the end of `"System": "Warning"`
|
||||
```diff
|
||||
{
|
||||
"Serilog": {
|
||||
"MinimumLevel": {
|
||||
"Default": "Information",
|
||||
"Override": {
|
||||
"Microsoft": "Warning",
|
||||
"System": "Warning",
|
||||
+ "Jellyfin.Plugin.Webhook": "Debug"
|
||||
}
|
||||
}
|
||||
|
||||
```
|
||||
|
||||
|
||||
## Documentation:
|
||||
Use [Handlebars](https://handlebarsjs.com/guide/) templating engine to format notifications however you wish.
|
||||
|
||||
See [Templates](Jellyfin.Plugin.Webhook/Templates) for sample templates.
|
||||
|
Loading…
Reference in New Issue
Block a user