1.0.1 • Published 3 years ago

@slaughtr/apache-log-parser v1.0.1

Weekly downloads
8
License
MIT
Repository
github
Last release
3 years ago

apache-log-parser

Nodejs Apache Log Parser

Simple lib to naively parse Apache combined log format logs. Pass in a line from a log, get an object back.

This ONLY works with combined log format logs at the moment.

Example usage:

const logParser = require('@slaughtr/apache-log-parser');

const logObject = logParser({ string: someLogLine })
1.0.1

3 years ago

1.0.0

3 years ago