Skip to content

Commit 194e8d7

Browse files
committed
Mention "logprise" for "apprise" integration with Loguru
1 parent 0856503 commit 194e8d7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -385,6 +385,8 @@ notifier.add(f"discord://{WEBHOOK_ID}/{WEBHOOK_TOKEN}")
385385
logger.add(notifier.notify, level="ERROR", filter={"apprise": False})
386386
```
387387

388+
This can be seamlessly integrated using the [`logprise`](https://github.com/svaningelgem/logprise) library.
389+
388390
<s>
389391

390392
### 10x faster than built-in logging

0 commit comments

Comments
 (0)