{"id":19056887,"url":"https://github.com/clinicjs/node-trace-log-join","last_synced_at":"2025-04-24T05:19:26.456Z","repository":{"id":46123913,"uuid":"134270307","full_name":"clinicjs/node-trace-log-join","owner":"clinicjs","description":"Easily combine multiple node_trace files into a single one","archived":false,"fork":false,"pushed_at":"2021-11-12T13:08:41.000Z","size":7,"stargazers_count":4,"open_issues_count":1,"forks_count":1,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-18T13:09:51.053Z","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/clinicjs.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-05-21T13:06:04.000Z","updated_at":"2023-05-27T08:42:01.000Z","dependencies_parsed_at":"2022-09-26T21:31:30.153Z","dependency_job_id":null,"html_url":"https://github.com/clinicjs/node-trace-log-join","commit_stats":null,"previous_names":["mafintosh/node-trace-log-join"],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clinicjs%2Fnode-trace-log-join","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clinicjs%2Fnode-trace-log-join/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clinicjs%2Fnode-trace-log-join/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clinicjs%2Fnode-trace-log-join/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/clinicjs","download_url":"https://codeload.github.com/clinicjs/node-trace-log-join/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250566964,"owners_count":21451344,"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-11-08T23:52:16.978Z","updated_at":"2025-04-24T05:19:26.438Z","avatar_url":"https://github.com/clinicjs.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# node-trace-log-join\n\nEasily combine multiple node_trace files into a single one\n\n```\nnpm install @clinic/node-trace-log-join\n```\n\n[![Build Status](https://travis-ci.org/mafintosh/node-trace-log-join.svg?branch=master)](https://travis-ci.org/mafintosh/node-trace-log-join)\n\n## Usage\n\n``` js\nvar join = require('@clinic/node-trace-log-join')\n\njoin('node_trace.*.log', 'combined.log', function (err) {\n  if (err) throw err\n  console.log('All node_trace.*.log files have been combined into combined.log')\n})\n```\n\n## API\n\n#### `join(files, output, [callback])`\n\nCombines all trace files into the output file and calls the callback.\nAll files are combined in a streaming fashion so the memory footprint is pretty small.\n\nAlternatively you can pass a file pattern instead of the the files array.\n\nAfter the files are combined, the input files are unlinked as well.\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclinicjs%2Fnode-trace-log-join","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fclinicjs%2Fnode-trace-log-join","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclinicjs%2Fnode-trace-log-join/lists"}