{"id":48362250,"url":"https://github.com/ym-project/actix-logger-light","last_synced_at":"2026-04-05T13:01:54.160Z","repository":{"id":347801233,"uuid":"1189556466","full_name":"ym-project/actix-logger-light","owner":"ym-project","description":"Light logger middleware for actix-web","archived":false,"fork":false,"pushed_at":"2026-03-29T16:19:06.000Z","size":30,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"v4","last_synced_at":"2026-03-29T17:39:19.164Z","etag":null,"topics":["actix","actix-web","logger","middleware"],"latest_commit_sha":null,"homepage":"","language":"Rust","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/ym-project.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-03-23T12:48:23.000Z","updated_at":"2026-03-29T16:19:10.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/ym-project/actix-logger-light","commit_stats":null,"previous_names":["ym-project/actix-logger-light"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/ym-project/actix-logger-light","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ym-project%2Factix-logger-light","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ym-project%2Factix-logger-light/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ym-project%2Factix-logger-light/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ym-project%2Factix-logger-light/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ym-project","download_url":"https://codeload.github.com/ym-project/actix-logger-light/tar.gz/refs/heads/v4","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ym-project%2Factix-logger-light/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31436301,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-05T08:13:15.228Z","status":"ssl_error","status_checked_at":"2026-04-05T08:13:11.839Z","response_time":75,"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":["actix","actix-web","logger","middleware"],"created_at":"2026-04-05T13:01:54.012Z","updated_at":"2026-04-05T13:01:54.156Z","avatar_url":"https://github.com/ym-project.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Actix logger light\n\nFork of [build-in actix-web logger middleware](https://github.com/actix/actix-web/blob/b9d3adfa4d4b70d2a110897adb2207f97e074a77/actix-web/src/middleware/logger.rs).\nPurposes:\n\n- remove default error logging. Actix's logger marks errors as DEBUG and there is no way to customize this behavior. See [issue](https://github.com/actix/actix-web/issues/2637)\n- remove formatting in favor of single hardcoded format `%a \"%r\" %s %b \"%{Referer}i\" \"%{User-Agent}i\" %T`\n  output example: `127.0.0.1 \"GET /test HTTP/1.1\" 404 20 \"-\" \"HTTPie/2.2.0\" 0.001074`\n\nUse it if you want to speed up your server a little and don't need to customize log output.\n\n## Installation\n\n```sh\ncargo add actix-logger-light\n```\n\n## Example\n\n```rs\nuse actix_web::{App};\nuse actix_logger_light::Logger;\n\n// Init logger using env_logger or similar crate\nenv_logger::init_from_env(env_logger::Env::new().default_filter_or(\"info\"));\n\nlet app = App::new().wrap(Logger::default());\n```\n\n## License\n\nThis project is licensed under of MIT license ([LICENSE](LICENSE) or [https://opensource.org/licenses/MIT](https://opensource.org/licenses/MIT))\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fym-project%2Factix-logger-light","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fym-project%2Factix-logger-light","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fym-project%2Factix-logger-light/lists"}