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
- Host: GitHub
- URL: https://github.com/otthe/apache-rt-logger
- Owner: otthe
- Created: 2024-02-11T20:06:44.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-03T16:39:40.000Z (about 1 year ago)
- Last Synced: 2025-01-22T08:11:28.112Z (4 months ago)
- Language: Ruby
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 |