1.3.0 • Published 6 years ago

architect-access-log v1.3.0

Weekly downloads
2
License
Apache-2.0
Repository
github
Last release
6 years ago

architect-access-log

Provide access log to an architect application using a rest plugin.

Installation

npm install --save architect-access-log

Usage

Boot Architect :

var path = require('path');
var architect = require("architect");

var config = architect.loadConfig(path.join(__dirname, "config.js"));

architect.createApp(config, function (err, app) {
    if (err) {
        throw err;
    }
    console.log("app ready");
});

Configure logging with Architect config.js :

module.exports = [{
    packagePath: "architect-access-log",
    fmt: 'url=":url" method=":method" statusCode=":statusCode" delta=":delta" ip=":ip"'
}, './services'];
1.3.0

6 years ago

1.2.0

7 years ago

1.1.0

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago