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

Merge pull request #7 from pelias/update_travis_version

Update travis versions

801d766a635d9b9cd9da9a3e3ced2da312ef027f authored almost 9 years ago by Julian Simioni <[email protected]>
Update travis versions

Consolidate on the latest minor versions of Node 4 and 5

fdce056c2c1bb1d6d25adaa6b76fd89edae74ad3 authored almost 9 years ago by Julian Simioni <[email protected]>
Add precommit-hook settings to package.json

e09f6424b8f6ab2ab0d68550e19676d2b28b06ba authored almost 9 years ago by Julian Simioni <[email protected]>
Merge pull request #5 from pelias/greenkeeper-update-all

Update all dependencies 🌴

59db68cd2532c9b4b99294bf184b1ea7cafc0da7 authored almost 9 years ago by Julian Simioni <[email protected]>
chore(package): update dependencies

http://greenkeeper.io/

044cb0c28c17582859f67c011e03f9b456ea08de authored almost 9 years ago by greenkeeperio-bot <[email protected]>
Merge pull request #4 from pelias/update_travis

Update travis

6bc68f7055e35b812a3e4c61497d6236951cf680 authored almost 9 years ago by Julian Simioni <[email protected]>
Add new standard TravisCI config

bd9858c7608b3f0e6e4dc201cb98b4b599d60309 authored almost 9 years ago by Julian Simioni <[email protected]>
Add unit test and test npm scripts

0b9579f37a0df4a10586e62a51d570f4a9c6a2e6 authored almost 9 years ago by Julian Simioni <[email protected]>
Add dummy test file

It just includes the logger file

7c9b4b100a66e7f877b3209d18b4f587235e24a8 authored almost 9 years ago by Julian Simioni <[email protected]>
Fix linter error

386710a20715ccfa1f5d497ee802dfdb59b20808 authored almost 9 years ago by Julian Simioni <[email protected]>
v0.0.8: fix bad require().

index.js
-`require('../config')` was an accidental change.

1810877aceba53e483bc98d99f2fa8d200dd1e67 authored almost 10 years ago by Severyn Kozak <[email protected]>
0.0.7

457a6ad6435f4e401a1d9f75b66e3a929c67d8b2 authored almost 10 years ago by Severyn Kozak <[email protected]>
README: document new options.

README.md
-Document the `pelias-config` options added in 7290b8c.

11b42878ff0a8978d4342254ea5ff0d21ec02087 authored almost 10 years ago by Severyn Kozak <[email protected]>
Close #1: make timestamp/colorize configurable.

index.js
-Make the default logger's `timestamp` and `colorize` properties
configurable from `p...

7290b8c0798185df7791d2864af9325f0f60d193 authored almost 10 years ago by Severyn Kozak <[email protected]>
Make pelias-config version stricter (fix #2).

package.json
-Fix #2 by making the `pelias-config` version stricter, ensuring
that the logger ...

74fa4bc1d39a898b645ff8575ac3979ff7b0222a authored almost 10 years ago by Severyn Kozak <[email protected]>
Add a name label to each new logger.

index.js
-Set logger labels to their names, so that log messages can be
traced back to a speci...

3948cd411e60abd211aa7a1d4ed455602792b871 authored almost 10 years ago by Severyn Kozak <[email protected]>
package.json: 0.0.2

4c5e5b8c790e0ea6cf7bea44c87cce437d41058b authored almost 10 years ago by Severyn Kozak <[email protected]>
Add comprehensive documentation to README.

README.md
-Document the package's API, example usage, etc.

5a3979a0b9da0568abd8b09ad07c09c96e7890b7 authored almost 10 years ago by Severyn Kozak <[email protected]>
Remove bootstrapped unit tests.

test/test.js, package.json
-Unit tests probably won't be necessary for this package.

9494639558f8cf3bb002ccede0b35e55ce9bb3a1 authored almost 10 years ago by Severyn Kozak <[email protected]>
Read log level from pelias-config.

index.js, package.json
-Add `pelias-config` as a dependency.
-Read log level from `pelias-conf...

2156ced16da6cbd9b0e94049574cd1d58669cba3 authored almost 10 years ago by Severyn Kozak <[email protected]>
Add documentation comments.

index.js
-Add doc comments to the module header, `createLogger()`,
`getLogger()`.
-Remove som...

a76f385f4ac96be3f0d0382dc16d4681c71f1cbb authored almost 10 years ago by Severyn Kozak <[email protected]>
Add logger module.

index.js
-Add the main logger module.
-Define `createLogger()`, `getLogger()`.

32c0759a83a3eb019b1571cc6b37cc23ef55763c authored almost 10 years ago by Severyn Kozak <[email protected]>
Boot the straps.

*
-Bootstrap the pelias-logger package with `pelias-init`.

644c4414c07d837b3f6406af3c1087e2fd5e99b7 authored almost 10 years ago by Severyn Kozak <[email protected]>