{"id":18470384,"url":"https://github.com/aliencreations/node-logger","last_synced_at":"2025-05-12T03:10:10.504Z","repository":{"id":99301775,"uuid":"310595327","full_name":"AlienCreations/node-logger","owner":"AlienCreations","description":"Simple logging wrapper for Pinoo","archived":false,"fork":false,"pushed_at":"2020-11-06T13:49:19.000Z","size":39,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-09T00:12:49.918Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AlienCreations.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-11-06T12:46:11.000Z","updated_at":"2023-02-21T22:25:38.000Z","dependencies_parsed_at":"2023-04-04T23:46:46.129Z","dependency_job_id":null,"html_url":"https://github.com/AlienCreations/node-logger","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlienCreations%2Fnode-logger","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlienCreations%2Fnode-logger/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlienCreations%2Fnode-logger/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlienCreations%2Fnode-logger/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AlienCreations","download_url":"https://codeload.github.com/AlienCreations/node-logger/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253166523,"owners_count":21864482,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-06T10:13:48.734Z","updated_at":"2025-05-09T00:12:55.008Z","avatar_url":"https://github.com/AlienCreations.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# node-logger\nSimple NodeJS logger using Pino.\n\n## Install\n\n```\n$ yarn add @aliencreations/node-logger\n```\n\n## Usage\nPlease refer to [the pino documentation](http://getpino.io/#/docs/api?id=options) for the `optionalPinoConfig` \nreferenced below. \n\n```js\n\nconst applicationMetaData = { \n  appName       : config.appName, \n  someOtherMeta : 'goes here' \n};\n\nconst optionalPinoConfig = {\n  redact : ['key', 'path.to.key', 'stuff.thats[*].secret']\n};\n\nconst logger = require('@aliencreations/node-logger')(applicationMetaData, optionalPinoConfig);\n\nlogger.info('some log here');\n\n```\n---\n## Changelog\n\n##### 1.0.0\n  - Initial commit.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faliencreations%2Fnode-logger","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faliencreations%2Fnode-logger","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faliencreations%2Fnode-logger/lists"}