{"id":17861214,"url":"https://github.com/jonathanstowe/lumberjack-config-json","last_synced_at":"2026-04-15T12:39:51.534Z","repository":{"id":66980427,"uuid":"336272103","full_name":"jonathanstowe/Lumberjack-Config-JSON","owner":"jonathanstowe","description":"Simple Lumberjack configuration from JSON","archived":false,"fork":false,"pushed_at":"2022-08-07T08:43:41.000Z","size":15,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-15T03:55:12.208Z","etag":null,"topics":["configuration","json","logging","lumberjack","raku"],"latest_commit_sha":null,"homepage":"","language":"Raku","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"artistic-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jonathanstowe.png","metadata":{"files":{"readme":"README.md","changelog":"Changes","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":"2021-02-05T12:57:16.000Z","updated_at":"2022-08-07T08:43:44.000Z","dependencies_parsed_at":"2023-05-16T10:00:25.787Z","dependency_job_id":null,"html_url":"https://github.com/jonathanstowe/Lumberjack-Config-JSON","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/jonathanstowe/Lumberjack-Config-JSON","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonathanstowe%2FLumberjack-Config-JSON","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonathanstowe%2FLumberjack-Config-JSON/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonathanstowe%2FLumberjack-Config-JSON/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonathanstowe%2FLumberjack-Config-JSON/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jonathanstowe","download_url":"https://codeload.github.com/jonathanstowe/Lumberjack-Config-JSON/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonathanstowe%2FLumberjack-Config-JSON/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31842193,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-15T11:29:19.690Z","status":"ssl_error","status_checked_at":"2026-04-15T11:29:19.171Z","response_time":63,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["configuration","json","logging","lumberjack","raku"],"created_at":"2024-10-28T08:43:22.505Z","updated_at":"2026-04-15T12:39:51.512Z","avatar_url":"https://github.com/jonathanstowe.png","language":"Raku","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Lumberjack::Config::JSON\n\nConfigure the Lumberjack logging framework from JSON\n\n![Build Status](https://github.com/jonathanstowe/Lumberjack-Config-JSON/workflows/CI/badge.svg)\n\n## Synopsis\n\n```raku\n\nuse Lumberjack::Config::JSON;\n\nmy $config = Lumberjack::Config::JSON.from-json(q:to/EOJ/);\n{\n   \"dispatchers\" : [\n      {\n         \"dispatcher\" : \"Lumberjack::Dispatcher::Console\",\n         \"levels\": [\n            \"Debug\", \"Info\", \"Warn\", \"Error\"\n         ],\n         \"classes\" : [\n            \"My::Class\"\n         ]\n      }\n   ],\n   \"levels\" : [\n      {\n         \"class\" : \"My::Class\",\n         \"level\" : \"All\"\n      }\n   ]\n}\nEOJ\n\n```\n\n## Description\n\nThis provides a mechanism to configure [Lumberjack](https://github.com/jonathanstowe/Lumberjack)\nfrom a description in `JSON`.\n\nThis is a fairly simple generic configuration, if you want more sophistication you may want to\ncompose your configuration in code.\n\nSomewhat more detail can be found in the [Documentation](Documentation.md).\n\n## Installation\n\nAssuming you have a working Rakudo installation you should be able to install this with *zef* :\n\n   zef install Lumberjack::Config::JSON\n\n## Support\n\n## Licence and Copyright\n\nThis is free software, please see the [LICENCE](LICENCE) for details.\n\n© Jonathan Stowe 2021-\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjonathanstowe%2Flumberjack-config-json","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjonathanstowe%2Flumberjack-config-json","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjonathanstowe%2Flumberjack-config-json/lists"}