Thu, 09 May 2024 22:10:24 UTC | login

Information for build nodejs-winston-0.7.3-5.fc24

ID10360
Package Namenodejs-winston
Version0.7.3
Release5.fc24
Epoch
SummaryA multiple transport asynchronous logging library for Node.js
DescriptionThis module is a multiple transport asynchronous logging library for Node.js. 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 instance of a 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. There also seemed to be a lot of logging libraries out there that coupled their implementation of logging (ie, how the logs are stored/indexed) to the API that they exposed to the programmer. This library aims to decouple those parts of the process to make it more flexible and extensible.
Built bykojiadmin
State complete
Volume DEFAULT
StartedSat, 14 Apr 2018 20:14:54 UTC
CompletedSat, 14 Apr 2018 20:14:54 UTC
Tags
f28
f29
RPMs
src
nodejs-winston-0.7.3-5.fc24.src.rpm (info) (download)
noarch
nodejs-winston-0.7.3-5.fc24.noarch.rpm (info) (download)
Changelog * Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.3-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Sat Nov 21 2015 Tom Hughes <tom@compton.nu> - 0.7.3-4 - Update npm(async) and npm(colors) dependencies - Patch tests to avoid hang * Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7.3-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild * Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild * Fri Apr 18 2014 Jamie Nguyen <jamielinux@fedoraproject.org> - 0.7.3-2 - update to upstream release 0.7.3 * Tue Aug 20 2013 Jamie Nguyen <jamielinux@fedoraproject.org> - 0.7.2-3 - restrict to compatible arches * Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild * Mon Jul 01 2013 Jamie Nguyen <jamielinux@fedoraproject.org> - 0.7.2-1 - update to upstream release 0.7.2 - fix spelling in %summary * Fri Jun 07 2013 Jamie Nguyen <jamielinux@fedoraproject.org> - 0.7.1-2 - remove execute bit from files that shouldn't have it * Sun May 26 2013 Jamie Nguyen <jamielinux@fedoraproject.org> - 0.7.1-1 - update to upstream release 0.7.1 * Wed Feb 13 2013 Jamie Nguyen <jamielinux@fedoraproject.org> - 0.6.2-1 - initial package