Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
winston-azure
Advanced tools
A Windows Azure table storage transport for winston, updated with new Azure SDK
Yet another Windows Azure table storage transport for winston, utilizing the latest (octobre 2014) Microsoft azure SDK.
Inspired by winston skywriter transport, but compatible with latest Microsoft Azure SDK for NodeJS.
$ npm install winston
$ npm install winston-azure
var winston = require('winston');
//
// Requiring `winston-azure` will expose
// `winston.transports.Azure`
//
require('winston-azure').Azure;
winston.add(winston.transports.Azure, options);
The Azure transport accepts the following options:
info
).true
, the transport will store the metadata key/value pairs in individual columns (this can be helpful when querying table storage for log entries with specific metadata values). The default is to store the entire meta
value as a single JSON string in a 'meta' column.When running multiple node instances across multiple hosts, a good value for 'partition' is:
partition: require('os').hostname() + ':' + process.pid
FAQs
A Windows Azure table storage transport for winston, updated with new Azure SDK
The npm package winston-azure receives a total of 69 weekly downloads. As such, winston-azure popularity was classified as not popular.
We found that winston-azure demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.