Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aiiddqd/bsp
logger for WordPress based on BetterStack Logs (formerly Logtail)
https://github.com/aiiddqd/bsp
betterstack debug logger logs woocommerce wordpress
Last synced: about 7 hours ago
JSON representation
logger for WordPress based on BetterStack Logs (formerly Logtail)
- Host: GitHub
- URL: https://github.com/aiiddqd/bsp
- Owner: aiiddqd
- Created: 2023-11-30T18:33:53.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-07T14:46:37.000Z (about 1 year ago)
- Last Synced: 2024-05-10T18:28:40.730Z (8 months ago)
- Topics: betterstack, debug, logger, logs, woocommerce, wordpress
- Language: PHP
- Homepage:
- Size: 17.6 KB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BetterStack Logs for WordPress and WooCommerce
Better Stack lets you see inside any stack, debug any issue, and resolve any incident.
![image](https://github.com/uptimizt/bsp/assets/1852897/e9a7bf93-54ef-4378-8b61-d48da307a8a4)
# install
```
wp plugin install https://github.com/uptimizt/bsp/archive/master.zip --force --activate
```1. get token from https://logs.betterstack.com/
2. add source to BS Logs and get token (choose PHP as platform)
3. add const `define('BETTERSTACK_LOGS_SOURCE_TOKEN', "token");` to wp-config.php# todo
- add filter for extend log
- add setting page to save token in options
- add other settings
- improve other features