Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@slaughtr/apache-log-parser

slaughtr14MIT1.0.1

Nodejs Apache Log Parser

apache, log, parser

readme

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 })