
Product
Announcing Socket Fix 2.0
Socket Fix 2.0 brings targeted CVE remediation, smarter upgrade planning, and broader ecosystem support to help developers get to zero alerts.
async-logging
Advanced tools
0.1.6 is the same as 0.2.2 just to get around ebay-logging-client vs. async-logging-client change
This module is trying to solve the discrepancy between the async model & the common synchronous logging model
Function | Description |
---|---|
LogCluster | |
require('log-cluster').LogCluster | importing constructor |
new LogCluster(options, emitter) | constructor accepts two parameters; |
LogBuffer | |
require('log-buffer').LogBuffer | importing constructor |
new LogBuffer(emitter,mapper) | constructor accepts two parameters, emitter which emits 'log' events and optional mapper which can map log properties to correct format |
LogListener | |
require('log-listener').LogListener | importing constructor |
npm install async-logging
var LogCluster = require("log-cluster.js").LogCluster,
CalPublisher = require("cal-publisher.js").CalPublisher;
new LogCluster({LogPublisher:CalPublisher});
var CalPublisher = exports.CalPublisher = function(emitter, calMapper, calSender, calCallback){
//a specific publisher, could be as simple as log file appender
}
new require("log-client").LogClient({url:""}); //url must be given
Look at lib/log-server.js. You can start it by typing following commands from the root of the project
npm install
node lib/log-server.js
port
: port on which the cluster will run(default 3000)monPort
: port of the monitoring app if any(default 3001)cluster
: (default true)noWorders
number of worker processes to create:connThreshold
: max number of connections to accept(default 1024)ecv
:heartbeatInterval
:LogListener
: defaults to 'log-listen.js'LogBuffer
: defaults to 'log-buffer.js'LogPublisher
: defautls to 'winston-publisher.js'FAQs
0.1.6 is the same as 0.2.2 just to get around ebay-logging-client vs. async-logging-client change
We found that async-logging demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 6 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Product
Socket Fix 2.0 brings targeted CVE remediation, smarter upgrade planning, and broader ecosystem support to help developers get to zero alerts.
Security News
Socket CEO Feross Aboukhadijeh joins Risky Business Weekly to unpack recent npm phishing attacks, their limited impact, and the risks if attackers get smarter.
Product
Socket’s new Tier 1 Reachability filters out up to 80% of irrelevant CVEs, so security teams can focus on the vulnerabilities that matter.