{"id":36668998,"url":"https://github.com/morikuni/gaelog","last_synced_at":"2026-01-12T10:38:17.562Z","repository":{"id":89339253,"uuid":"130145281","full_name":"morikuni/gaelog","owner":"morikuni","description":"Logging library for GAE/Go.","archived":false,"fork":false,"pushed_at":"2018-04-23T06:14:33.000Z","size":42,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-06-20T01:49:56.715Z","etag":null,"topics":["appengine","appengine-go","gae","go","golang","log"],"latest_commit_sha":null,"homepage":"","language":"Go","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/morikuni.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":"2018-04-19T02:02:13.000Z","updated_at":"2018-04-23T06:14:34.000Z","dependencies_parsed_at":null,"dependency_job_id":"3bdc82cf-8166-4288-9d19-21590f7199dc","html_url":"https://github.com/morikuni/gaelog","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/morikuni/gaelog","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/morikuni%2Fgaelog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/morikuni%2Fgaelog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/morikuni%2Fgaelog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/morikuni%2Fgaelog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/morikuni","download_url":"https://codeload.github.com/morikuni/gaelog/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/morikuni%2Fgaelog/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28338769,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-12T06:09:07.588Z","status":"ssl_error","status_checked_at":"2026-01-12T06:05:18.301Z","response_time":98,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["appengine","appengine-go","gae","go","golang","log"],"created_at":"2026-01-12T10:38:17.471Z","updated_at":"2026-01-12T10:38:17.544Z","avatar_url":"https://github.com/morikuni.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# gaelog\n\n[![CircleCI](https://circleci.com/gh/morikuni/gaelog/tree/master.svg?style=shield)](https://circleci.com/gh/morikuni/gaelog/tree/master)\n[![GoDoc](https://godoc.org/github.com/morikuni/gaelog?status.svg)](https://godoc.org/github.com/morikuni/gaelog)\n[![Go Report Card](https://goreportcard.com/badge/github.com/morikuni/gaelog)](https://goreportcard.com/report/github.com/morikuni/gaelog)\n[![codecov](https://codecov.io/gh/morikuni/gaelog/branch/master/graph/badge.svg)](https://codecov.io/gh/morikuni/gaelog)\n\nLogging library for GAE/Go.\n\n## Example\n\n```go\npackage main\n\nimport (\n\t\"context\"\n\t\"time\"\n\n\t\"github.com/morikuni/gaelog\"\n)\n\nfunc main() {\n\tctx := context.Background()\n\n\tlogger := \u0026gaelog.CustomLogger{\n\t\tRotationStrategy:  gaelog.TimeBaseRotation{time.Hour}, // Rotate the log every hour.\n\t\tOnUnexpectedError: func(err error) { panic(err) },\n\t}\n\n\t// You can clean up the old logs, leaving latest 1 day logs.\n\tgo gaelog.ScheduleCleanup(ctx, time.Hour, logger, gaelog.LeaveLatest{24 * time.Hour})\n\n\tlogger.Infof(ctx, \"hello %s\", \"world\")\n\tlogger.Printf(ctx, gaelog.Error, \"log level error\")\n}\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmorikuni%2Fgaelog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmorikuni%2Fgaelog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmorikuni%2Fgaelog/lists"}