Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/edouardpoitras/eva-web-ui-logs
Eva plugin that adds a way of viewing logs from the Web UI
https://github.com/edouardpoitras/eva-web-ui-logs
Last synced: 4 days ago
JSON representation
Eva plugin that adds a way of viewing logs from the Web UI
- Host: GitHub
- URL: https://github.com/edouardpoitras/eva-web-ui-logs
- Owner: edouardpoitras
- License: bsd-3-clause
- Created: 2017-01-14T23:59:14.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-01T04:49:20.000Z (almost 8 years ago)
- Last Synced: 2024-10-31T02:42:03.266Z (about 2 months ago)
- Language: HTML
- Size: 71.3 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Web UI Logs
===========An Eva plugin that adds a way of viewing logs from the Web UI.
![Web UI Logs](/screenshot.png?raw=true "https://127.0.0.1:8080/logs")
You will only see log messages from AFTER the [MongoDB Logging](https://github.com/edouardpoitras/eva-mongodb-logging) plugin has been enabled during the boot process.
The logs may not reveal issues with parsing the plugins directories or the config files, and may not catch any plugin errors that occur before the [MongoDB Logging](https://github.com/edouardpoitras/eva-mongodb-logging) plugin's instantiation.
## Installation
Can be easily installed through the Web UI by using [Web UI Plugins](https://github.com/edouardpoitras/eva-web-ui-plugins).
Alternatively, add `web_ui_logs` to your `eva.conf` file in the `enabled_plugins` option list and restart Eva.
## Usage
Enable the plugin, go the the Web UI, and click on the new menu item titled `Logs`.
You should be taken to the bottom of the page and log messages should start streaming in as they occur. Try starting a new interaction with Eva while watching the `Logs` page.
## Configuration
None