{"id":20898803,"url":"https://github.com/alyyousuf7/restify-tracer","last_synced_at":"2026-05-19T04:02:31.658Z","repository":{"id":92278685,"uuid":"84850956","full_name":"alyyousuf7/restify-tracer","owner":"alyyousuf7","description":"Restify middleware to log request payload and response time","archived":false,"fork":false,"pushed_at":"2017-03-14T10:39:11.000Z","size":11,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-19T12:51:40.716Z","etag":null,"topics":["nodejs","restify"],"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/alyyousuf7.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":"2017-03-13T16:43:34.000Z","updated_at":"2017-03-14T07:21:30.000Z","dependencies_parsed_at":"2023-06-08T06:30:16.276Z","dependency_job_id":null,"html_url":"https://github.com/alyyousuf7/restify-tracer","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/alyyousuf7%2Frestify-tracer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alyyousuf7%2Frestify-tracer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alyyousuf7%2Frestify-tracer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alyyousuf7%2Frestify-tracer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alyyousuf7","download_url":"https://codeload.github.com/alyyousuf7/restify-tracer/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243285626,"owners_count":20266849,"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":["nodejs","restify"],"created_at":"2024-11-18T11:12:15.123Z","updated_at":"2026-05-19T04:02:31.536Z","avatar_url":"https://github.com/alyyousuf7.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# restify-tracer\nRestify request payload and response time logging middleware\n\n\n## Options\n| Option \t| Description                     | Default |\n|---------|---------------------------------|---------|\n| `limit`\t| Payload size limit in bytes.\u003cbr\u003eUse `-1` for no limit. | `-1` |\n| `hide`\t| List of parameters to hide when logging. \u003cbr\u003eSee [_.get](https://lodash.com/docs/#get). | `[]` |\n\n## Usage\n```javascript\n'use strict';\n\nconst restify = require('restify');\nconst tracer = require('restify-tracer');\n\nconst server = restify.createServer();\n\nserver.use(restify.bodyParser()); // use body parser to enable `hide` feature\nserver.use(restify.requestLogger(), tracer({\n  limit: 1024,\n  hide: ['user.email', 'password']\n}));\n\nserver.post('/', (req, res) =\u003e {\n  res.send('Hello World');\n});\n\nserver.listen(3000);\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falyyousuf7%2Frestify-tracer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falyyousuf7%2Frestify-tracer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falyyousuf7%2Frestify-tracer/lists"}