{"id":23246282,"url":"https://github.com/tvrcgo/pino-rotate","last_synced_at":"2026-07-27T11:31:30.962Z","repository":{"id":248734562,"uuid":"829246947","full_name":"tvrcgo/pino-rotate","owner":"tvrcgo","description":"A pino transport for rotating log files","archived":false,"fork":false,"pushed_at":"2025-04-19T17:12:43.000Z","size":9,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-26T01:35:09.903Z","etag":null,"topics":["log","pino","pinojs","rotating"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/tvrcgo.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-07-16T04:03:50.000Z","updated_at":"2025-04-18T14:20:37.000Z","dependencies_parsed_at":"2025-08-15T00:43:48.335Z","dependency_job_id":"8cbfe73c-4b08-48de-9d7c-b64549dd1d84","html_url":"https://github.com/tvrcgo/pino-rotate","commit_stats":null,"previous_names":["tvrcgo/pino-rotate"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/tvrcgo/pino-rotate","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tvrcgo%2Fpino-rotate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tvrcgo%2Fpino-rotate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tvrcgo%2Fpino-rotate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tvrcgo%2Fpino-rotate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tvrcgo","download_url":"https://codeload.github.com/tvrcgo/pino-rotate/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tvrcgo%2Fpino-rotate/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35950362,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-07-20T02:08:10.276Z","status":"online","status_checked_at":"2026-07-27T02:00:06.776Z","response_time":101,"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":["log","pino","pinojs","rotating"],"created_at":"2024-12-19T07:13:55.128Z","updated_at":"2026-07-27T11:31:30.677Z","avatar_url":"https://github.com/tvrcgo.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# pino-rotate\n\nA pino transport for rotating log files\n\n```bash\nnpm install --save pino-rotate\n```\n\n## Example\n```js\nconst logger = pino({\n  level: 'debug',\n  transport: {\n    targets: [\n      {\n        target: 'pino-rotate',\n        options: {\n          file: './logs/app-%YYYY-MM-DD%.log',\n          limit: '7d',\n        },\n      }\n    ]\n  }\n})\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftvrcgo%2Fpino-rotate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftvrcgo%2Fpino-rotate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftvrcgo%2Fpino-rotate/lists"}