{"id":20131298,"url":"https://github.com/qzed/slog-conf","last_synced_at":"2026-06-08T19:31:31.859Z","repository":{"id":100518036,"uuid":"125056830","full_name":"qzed/slog-conf","owner":"qzed","description":"Highly customizable runtime-configuration for slog-rs/slog with opinionated defaults.","archived":false,"fork":false,"pushed_at":"2018-08-08T21:40:36.000Z","size":6027,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":3,"default_branch":"develop","last_synced_at":"2025-03-02T21:44:32.986Z","etag":null,"topics":["logging","rust","slog-rs"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/qzed.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE-APACHE","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":"2018-03-13T13:34:46.000Z","updated_at":"2018-08-08T21:15:09.000Z","dependencies_parsed_at":"2023-05-15T16:16:43.145Z","dependency_job_id":null,"html_url":"https://github.com/qzed/slog-conf","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/qzed/slog-conf","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qzed%2Fslog-conf","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qzed%2Fslog-conf/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qzed%2Fslog-conf/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qzed%2Fslog-conf/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/qzed","download_url":"https://codeload.github.com/qzed/slog-conf/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/qzed%2Fslog-conf/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34078019,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-08T02:00:07.615Z","response_time":111,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["logging","rust","slog-rs"],"created_at":"2024-11-13T20:47:28.711Z","updated_at":"2026-06-08T19:31:31.833Z","avatar_url":"https://github.com/qzed.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Slog Conf\n\n[![Build Status]][travis]\n\n[Build Status]: https://api.travis-ci.org/qzed/slog-conf.svg?branch=master\n[travis]: https://travis-ci.org/qzed/slog-conf\n\nHighly customizable runtime-configuration for [`slog-rs/slog`][slog] and its backends with opinionated defaults.\n\n- [API Documentation][doc]\n\nThis crate can be used to create and configure a `slog` logger using configuration files.\nIt takes care of serialization, deserialization, and creation of `Drain`s and `Logger`s.\nWhile the defaults provided by this crate are somewhat opinionated (i.e. always creating an `Async` drain using [`slog_async`][slog-async]), all of these default implementations can be replaced by your custom implementations without too much of a hassle.\nHave a look at the API-documentation for more detail, or the examples directory for some examples.\n\n## Currently under development\n\nThis crate is in a prototype-state and is thus not (yet) on [`crates.io`](https://crates.io).\n\nIf you still want to use this crate, simply add\n\n```toml\nslog-conf = { git = \"https://github.com/qzed/slog-conf\", branch = \"master\" }\n```\n\nto the `[dependencies]` section in your `Cargo.toml` file.\nThere are no guarantees for stability, you may however want to choose a specific `tag` instead of a `branch` if this is your concern.\n\n## License\n\nLicensed under either of\n\n* Apache License, Version 2.0 ([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)\n* MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)\n\nat your option.\n\n### Contribution\n\nUnless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.\n\n[slog]: https://github.com/slog-rs/slog\n[slog-async]: https://github.com/slog-rs/async\n[doc]: https://qzed.github.io/slog-conf/slog_conf\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqzed%2Fslog-conf","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fqzed%2Fslog-conf","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fqzed%2Fslog-conf/lists"}