{"id":24708061,"url":"https://github.com/pungrumpy/logixlysia","last_synced_at":"2025-10-05T20:56:51.455Z","repository":{"id":205476966,"uuid":"714323545","full_name":"PunGrumpy/logixlysia","owner":"PunGrumpy","description":"🦊 Logixlysia is a logger for ElysiaJS","archived":false,"fork":false,"pushed_at":"2025-09-27T04:57:34.000Z","size":18890,"stargazers_count":147,"open_issues_count":4,"forks_count":6,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-09-29T00:46:55.948Z","etag":null,"topics":["bun","elysia","elysiajs","log","logger","logging","logixlysia"],"latest_commit_sha":null,"homepage":"https://logixlysia.vercel.app","language":"TypeScript","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/PunGrumpy.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2023-11-04T15:17:12.000Z","updated_at":"2025-09-27T20:47:11.000Z","dependencies_parsed_at":null,"dependency_job_id":"84de77ef-4b44-4979-8e92-40469cecf656","html_url":"https://github.com/PunGrumpy/logixlysia","commit_stats":null,"previous_names":["pungrumpy/logulysia","pungrumpy/logixlysia"],"tags_count":41,"template":false,"template_full_name":null,"purl":"pkg:github/PunGrumpy/logixlysia","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PunGrumpy%2Flogixlysia","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PunGrumpy%2Flogixlysia/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PunGrumpy%2Flogixlysia/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PunGrumpy%2Flogixlysia/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PunGrumpy","download_url":"https://codeload.github.com/PunGrumpy/logixlysia/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PunGrumpy%2Flogixlysia/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278518898,"owners_count":26000177,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-05T02:00:06.059Z","response_time":54,"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":["bun","elysia","elysiajs","log","logger","logging","logixlysia"],"created_at":"2025-01-27T06:27:40.893Z","updated_at":"2025-10-05T20:56:51.449Z","avatar_url":"https://github.com/PunGrumpy.png","language":"TypeScript","readme":"\u003cdiv align=\"center\"\u003e\n  \u003ch1\u003e\u003ccode\u003e🦊\u003c/code\u003e Logixlysia\u003c/h1\u003e\n  \u003cstrong\u003eLogixlysia is a logging library for ElysiaJS\u003c/strong\u003e\n  \u003cimg src=\"./website/app/opengraph-image.png\" alt=\"Logixlysia\" width=\"100%\" height=\"auto\" /\u003e\n\u003c/div\u003e\n\n## `📩` Installation\n\n```bash\nbun add logixlysia\n```\n\n## `📝` Usage\n\n```ts\nimport { Elysia } from 'elysia'\nimport logixlysia from 'logixlysia'\n\nconst app = new Elysia({\n  name: 'Logixlysia Example'\n}).use(\n  logixlysia({\n    config: {\n      showStartupMessage: true,\n      startupMessageFormat: 'simple',\n      timestamp: {\n        translateTime: 'yyyy-mm-dd HH:MM:ss'\n      },\n      ip: true,\n      logFilePath: './logs/example.log',\n      customLogFormat:\n        '🦊 {now} {level} {duration} {method} {pathname} {status} {message} {ip} {epoch}',\n      logFilter: {\n        level: ['ERROR', 'WARNING'],\n        status: [500, 404],\n        method: 'GET'\n      }\n    }\n  })\n)\n\napp.listen(3000)\n```\n\n## `📚` Documentation\n\nCheck out the [website](https://logixlysia.vercel.app) for more detailed documentation and examples.\n\n## `📄` License\n\nLicensed under the [MIT License](LICENSE).\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpungrumpy%2Flogixlysia","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpungrumpy%2Flogixlysia","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpungrumpy%2Flogixlysia/lists"}