node-winston 3.3.3-4 source package in Ubuntu

Changelog

node-winston (3.3.3-4) unstable; urgency=medium

  * Team upload

  [ lintian-brush ]
  * Wrap long lines in changelog entries: 3.3.3-3
  * Set upstream metadata fields: Bug-Submit
  * Remove obsolete fields Contact, Name from debian/upstream/metadata
    (already present in machine-readable debian/copyright)
  * Update standards version to 4.6.0, no changes needed

  [ Yadd ]
  * Bump debhelper compatibility level to 13
  * Add "Rules-Requires-Root: no"
  * Fix filenamemangle
  * Use dh-sequence-nodejs instead of pkg-js-tools
  * Drop dependency to nodejs
  * Drop unneeded versioned dependency constraints
  * Refresh patches

  [ Roland Mas ]
  * Disable autopkgtests for now (missing dependencies)

 -- Roland Mas <email address hidden>  Tue, 21 Dec 2021 11:05:52 +0100

Upload details

Uploaded by:
Debian Javascript Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Javascript Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-winston_3.3.3-4.dsc 2.2 KiB 0eebc7c29e53b7de574a21776308a0dab81c568fd820043389b4ef122640416b
node-winston_3.3.3.orig.tar.gz 154.6 KiB 93659c65d6d53250597aee173c55391addcff49c44f44d9e1055c197ffbdeccd
node-winston_3.3.3-4.debian.tar.xz 3.6 KiB 42f901475d7e19a12d1974fbfad3aaa5eaf417643633f41f6109f8c5fe929511

Available diffs

No changes file available.

Binary packages built by this source

node-winston: Logger for just about everything (for Nodejs)

 Winston is designed to be a simple and universal logging library with
 support for multiple transports. A transport is essentially a storage
 device for your logs. Each Winston logger can have multiple
 transports configured at different levels. For example, one may want
 error logs to be stored in a persistent remote location (like a
 database), but all logs output to the console or a local file.
 .
 Winston aims to decouple parts of the logging process to make it more
 flexible and extensible. Attention is given to supporting flexibility
 in log formatting & levels, and ensuring those APIs decoupled from
 the implementation of transport logging (i.e. how the logs are stored
 or indexed) to the API that they exposed to the programmer.