Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/toabr/drupal-watchdog-monitor
monitor multiple remote Drupal installations from your localhost
https://github.com/toabr/drupal-watchdog-monitor
drupal localhost watchdog
Last synced: 4 days ago
JSON representation
monitor multiple remote Drupal installations from your localhost
- Host: GitHub
- URL: https://github.com/toabr/drupal-watchdog-monitor
- Owner: toabr
- Created: 2018-04-16T12:18:20.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-04-17T13:45:55.000Z (over 6 years ago)
- Last Synced: 2024-11-08T15:14:08.355Z (about 2 months ago)
- Topics: drupal, localhost, watchdog
- Language: JavaScript
- Homepage:
- Size: 1.29 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Drupal watchdog monitor
![picture of the app](img/screenshot_01.png)
### Installing
cd into the repository and
```
mkdir logs
```then create your watchdog logs via drush
```
drush @my_website.live ws --format=json --count=1000 > logs/my_website.json
```