node-log4js 6.3.0+~cs8.3.10-1 source package in Ubuntu

Changelog

node-log4js (6.3.0+~cs8.3.10-1) unstable; urgency=medium

  [ Debian Janitor ]
  * Set upstream metadata fields: Bug-Submit.
  * Remove obsolete field Name from debian/upstream/metadata (already present in
    machine-readable debian/copyright).

  [ Xavier Guimard ]
  * Bump debhelper compatibility level to 13
  * Declare compliance with policy 4.5.1
  * Use dh-sequence-nodejs
  * Fix flatted major version to 2
  * New upstream version 6.3.0+~cs8.3.10: updates log4js 6.3.0

 -- Xavier Guimard <email address hidden>  Mon, 23 Nov 2020 17:09:01 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-log4js_6.3.0+~cs8.3.10-1.dsc 3.3 KiB dbc60bf8cefd29dc8f096fe95286fbe0811940f99928ebaadbcc50fa2582e9f5
node-log4js_6.3.0+~cs8.3.10.orig-date-format.tar.gz 5.9 KiB f5f48c8c1bbdc9c270db5351b019bfc5cc673d28dae3e238eb6e68804202e9c2
node-log4js_6.3.0+~cs8.3.10.orig-flatted.tar.gz 5.5 KiB 10d10407f0078b627d9fa84c75a5c526287019aed778aa6c7aefc9f4745ee08d
node-log4js_6.3.0+~cs8.3.10.orig-rfdc.tar.gz 4.0 KiB d8e261a93a74ef753b0f349c03f7f90a2a1e8c3956befea6e811d8f0bbba613a
node-log4js_6.3.0+~cs8.3.10.orig-streamroller.tar.gz 17.6 KiB bac29da2547315925fd98f7c99a59d8590d29d190999a558bf13079bd142866c
node-log4js_6.3.0+~cs8.3.10.orig.tar.gz 133.9 KiB 6124d602ea9b8c7158cfe4709f5a07d96787720ec3b0eb61f98a459b779780c2
node-log4js_6.3.0+~cs8.3.10-1.debian.tar.xz 4.6 KiB d670d1b7baab26f896d1f29b09f02bd477aa3e03c001facceed5b6f3517cce07

No changes file available.

Binary packages built by this source

node-log4js: Conversion of the log4js framework to work with Node.js

 Logging support for Node.js based on the log4js Javascript (browser/client)
 framework.
 .
 Supported features:
 .
    - coloured console logging
    - replacement of node's console.log functions (optional)
    - file appender, with log rolling based on file size
    - SMTP appender
    - GELF appender
    - hook.io appender
    - multiprocess appender (useful when you've got worker processes)
    - a logger for connect/express servers
    - configurable log message layout/patterns
    - different log levels for different log categories (make some parts
      of your app log as DEBUG, others only ERRORS, etc.)