{"id":17136881,"url":"https://github.com/weirdpattern/logwiz","last_synced_at":"2025-06-26T06:35:48.097Z","repository":{"id":85356081,"uuid":"61261581","full_name":"weirdpattern/logwiz","owner":"weirdpattern","description":"A log factory object for node","archived":false,"fork":false,"pushed_at":"2016-06-28T22:24:34.000Z","size":108,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-24T06:52:15.445Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/weirdpattern.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2016-06-16T04:14:40.000Z","updated_at":"2017-05-09T19:39:01.000Z","dependencies_parsed_at":"2023-03-13T02:17:08.594Z","dependency_job_id":null,"html_url":"https://github.com/weirdpattern/logwiz","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/weirdpattern/logwiz","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/weirdpattern%2Flogwiz","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/weirdpattern%2Flogwiz/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/weirdpattern%2Flogwiz/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/weirdpattern%2Flogwiz/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/weirdpattern","download_url":"https://codeload.github.com/weirdpattern/logwiz/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/weirdpattern%2Flogwiz/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262016709,"owners_count":23245559,"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-10-14T20:05:37.274Z","updated_at":"2025-06-26T06:35:48.023Z","avatar_url":"https://github.com/weirdpattern.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Log Factory\n\n[![Build Status](https://travis-ci.org/weirdpattern/log-factory.svg?branch=master)](https://travis-ci.org/weirdpattern/log-factory)\n[![Coverage Status](https://coveralls.io/repos/github/weirdpattern/log-factory/badge.svg?branch=master)](https://coveralls.io/github/weirdpattern/log-factory?branch=master)\n[![Dependency Status](https://gemnasium.com/badges/github.com/weirdpattern/log-factory.svg)](https://gemnasium.com/github.com/weirdpattern/log-factory)\n[![Semistandard Style](https://img.shields.io/badge/code%20style-semistandard-brightgreen.svg?style=flat)](https://github.com/Flet/semistandard)\n[![Stage](https://img.shields.io/badge/stage-development-red.svg?style=flat)](#)\n\n### Configuration\n```json\n{\n  \"logwiz\": {\n    \"filters\": {\n      \"debug\": {\n        \"type\": \"level-filter\",\n        \"levels\": [ \"info\", \"debug\" ]\n      }\n    },\n    \"channels\": {\n      \"console\": {\n        \"type\": \"console-channel\",\n        \"output\": \"stdout\",\n        \"colorize\": true,\n        \"filters\": [ \"debug\" ]\n      }\n    },\n    \"loggers\": {\n      \"debug\": {\n        \"level\": \"all\",\n        \"channels\": [ \"console\", {\n          \"type\": \"file-channel\",\n          \"file\": \"errors.log\",\n          \"filters\": [\n            {\n              \"type\": \"level-range-filter\",\n              \"min\": \"error\",\n              \"max\": \"fatal\"\n            }\n          ]\n        } ]\n      }\n    }\n  }\n}\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fweirdpattern%2Flogwiz","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fweirdpattern%2Flogwiz","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fweirdpattern%2Flogwiz/lists"}