https://github.com/michal-wrzosek/simple-log-parser-app
https://github.com/michal-wrzosek/simple-log-parser-app
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/michal-wrzosek/simple-log-parser-app
- Owner: michal-wrzosek
- Created: 2018-07-11T10:31:05.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-07-11T10:37:51.000Z (almost 7 years ago)
- Last Synced: 2025-01-21T20:48:42.397Z (5 months ago)
- Language: Ruby
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
Awesome Lists containing this project
README
## Very simple log parsing app by Michał Wrzosek
To run the parser:
`ruby parser.rb webserver.log`To run tests:
`rspec`