{"id":13716298,"url":"https://github.com/littledumb/micro-logzio","last_synced_at":"2025-05-07T05:32:31.448Z","repository":{"id":57296449,"uuid":"154980362","full_name":"littledumb/micro-logzio","owner":"littledumb","description":"A middleware for micro framework that logs requests and responses using logz.io service.","archived":false,"fork":false,"pushed_at":"2018-11-19T09:50:29.000Z","size":89,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-28T05:08:14.288Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/littledumb.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}},"created_at":"2018-10-27T15:37:58.000Z","updated_at":"2018-11-26T22:26:27.000Z","dependencies_parsed_at":"2022-09-07T03:21:06.936Z","dependency_job_id":null,"html_url":"https://github.com/littledumb/micro-logzio","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/littledumb%2Fmicro-logzio","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/littledumb%2Fmicro-logzio/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/littledumb%2Fmicro-logzio/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/littledumb%2Fmicro-logzio/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/littledumb","download_url":"https://codeload.github.com/littledumb/micro-logzio/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252823234,"owners_count":21809703,"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","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":[],"created_at":"2024-08-03T00:01:09.075Z","updated_at":"2025-05-07T05:32:31.144Z","avatar_url":"https://github.com/littledumb.png","language":"JavaScript","funding_links":[],"categories":["Modules"],"sub_categories":["Middlewares"],"readme":"# micro-logzio\nA middleware for micro framework that logs requests and responses using logz.io service.\n\n## Usage\n\n```\nconst {logzioLogger, getRequestId, getCorrelationId} = require('micro-logzio');\n\nmodule.exports = logzioLogger({token: 'your_logzio_token'})(async (req, res) =\u003e {\n  const requestId = getRequestId();\n  const correlationId = getCorrelationId();\n});\n```\n\n## References\n\n* [maximeshr/micro-bunyan-request](https://github.com/maximeshr/micro-bunyan-request) for micro\n* [tafarij/micro-correlation-id](https://github.com/tafarij/micro-correlation-id) for micro\n* [Logz.io](https://logz.io) who provides ELK service with free community plan\n* [ELK stack](https://www.elastic.co/elk-stack) (Elasticsearch, Logstash and Kibana) for monitoring and analyzing distributed web services\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flittledumb%2Fmicro-logzio","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flittledumb%2Fmicro-logzio","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flittledumb%2Fmicro-logzio/lists"}