Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/pelias/logger
The centralized logger package for Pelias.
https://github.com/pelias/logger
Update travis versions
801d766a635d9b9cd9da9a3e3ced2da312ef027f authored almost 9 years ago by Julian Simioni <[email protected]>Consolidate on the latest minor versions of Node 4 and 5
fdce056c2c1bb1d6d25adaa6b76fd89edae74ad3 authored almost 9 years ago by Julian Simioni <[email protected]>e09f6424b8f6ab2ab0d68550e19676d2b28b06ba authored almost 9 years ago by Julian Simioni <[email protected]>
Update all dependencies 🌴
59db68cd2532c9b4b99294bf184b1ea7cafc0da7 authored almost 9 years ago by Julian Simioni <[email protected]>http://greenkeeper.io/
044cb0c28c17582859f67c011e03f9b456ea08de authored almost 9 years ago by greenkeeperio-bot <[email protected]>Update travis
6bc68f7055e35b812a3e4c61497d6236951cf680 authored almost 9 years ago by Julian Simioni <[email protected]>bd9858c7608b3f0e6e4dc201cb98b4b599d60309 authored almost 9 years ago by Julian Simioni <[email protected]>
0b9579f37a0df4a10586e62a51d570f4a9c6a2e6 authored almost 9 years ago by Julian Simioni <[email protected]>
It just includes the logger file
7c9b4b100a66e7f877b3209d18b4f587235e24a8 authored almost 9 years ago by Julian Simioni <[email protected]>386710a20715ccfa1f5d497ee802dfdb59b20808 authored almost 9 years ago by Julian Simioni <[email protected]>
index.js
-`require('../config')` was an accidental change.
457a6ad6435f4e401a1d9f75b66e3a929c67d8b2 authored almost 10 years ago by Severyn Kozak <[email protected]>
README.md
-Document the `pelias-config` options added in 7290b8c.
index.js
-Make the default logger's `timestamp` and `colorize` properties
configurable from `p...
package.json
-Fix #2 by making the `pelias-config` version stricter, ensuring
that the logger ...
index.js
-Set logger labels to their names, so that log messages can be
traced back to a speci...
4c5e5b8c790e0ea6cf7bea44c87cce437d41058b authored almost 10 years ago by Severyn Kozak <[email protected]>
README.md
-Document the package's API, example usage, etc.
test/test.js, package.json
-Unit tests probably won't be necessary for this package.
index.js, package.json
-Add `pelias-config` as a dependency.
-Read log level from `pelias-conf...
index.js
-Add doc comments to the module header, `createLogger()`,
`getLogger()`.
-Remove som...
index.js
-Add the main logger module.
-Define `createLogger()`, `getLogger()`.
*
-Bootstrap the pelias-logger package with `pelias-init`.