https://github.com/techwritescode/log-dash
A Simple Log Viewer
https://github.com/techwritescode/log-dash
Last synced: 12 months ago
JSON representation
A Simple Log Viewer
- Host: GitHub
- URL: https://github.com/techwritescode/log-dash
- Owner: techwritescode
- Created: 2017-12-24T00:53:40.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-24T02:20:01.000Z (over 8 years ago)
- Last Synced: 2025-06-29T19:30:42.191Z (12 months ago)
- Language: JavaScript
- Size: 385 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Log-Dash


Log-Dash is a simple log viewer with a modern interface.
## Installation
To install just run
`npm i -g log-dash`
## Usage
Log-Dash runs as a service. To start it, run `log-dash --file firstFile.log --file secondFile.log`
Log-Dash listens by default on port 8888
Full Usage Below
```text
Usage: log-dash [options]
Commands:
log-dash start Start the server
log-dash status Current status of the server
log-dash stop Stop the server
log-dash restart Restart log server
Options:
--version Show version number [boolean]
--help, -h Show help [boolean]
--file, -f [required]
Examples:
log-dash start --file Start server with specified log
/var/log/apache2/error.log
Copyright 2017
```
## Contribution
Pull requests are welcome and appreciated.