An open API service indexing awesome lists of open source software.

https://github.com/otthe/apache-rt-logger

CLI-tool for quickly viewing and searching Apache server logs - works on multiple linux distros
https://github.com/otthe/apache-rt-logger

Last synced: 2 months ago
JSON representation

CLI-tool for quickly viewing and searching Apache server logs - works on multiple linux distros

Awesome Lists containing this project

README

        

# Apache CLI-Logger

## Usage
Run with "ruby app.rb" or change path on shell script and use that

| Option 1 | Option 2 | Explanation |
| ------------- | ------------- | ------------- |
| -a | --access | View apache access logs |
| -e | --error | View apache error logs |
| -d YYYY-MM-DD | --date YYYY-MM-DD | View certain date from error logs |
| -s SEACH_TERM | --search SEACH_TERM | Search for certain string from error logs |