{"id":18001692,"url":"https://github.com/magervalp/newloglines","last_synced_at":"2025-06-25T05:31:58.804Z","repository":{"id":10346841,"uuid":"12482765","full_name":"MagerValp/NewLogLines","owner":"MagerValp","description":"Print out lines that have been added to a log file.","archived":false,"fork":false,"pushed_at":"2013-08-30T09:20:05.000Z","size":104,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-09T19:18:14.281Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MagerValp.png","metadata":{"files":{"readme":"README.markdown","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-08-30T09:20:02.000Z","updated_at":"2013-10-02T15:22:44.000Z","dependencies_parsed_at":"2022-09-22T18:44:44.553Z","dependency_job_id":null,"html_url":"https://github.com/MagerValp/NewLogLines","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/MagerValp%2FNewLogLines","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MagerValp%2FNewLogLines/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MagerValp%2FNewLogLines/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MagerValp%2FNewLogLines/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MagerValp","download_url":"https://codeload.github.com/MagerValp/NewLogLines/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247142075,"owners_count":20890653,"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-10-29T23:18:27.792Z","updated_at":"2025-04-04T08:13:23.338Z","avatar_url":"https://github.com/MagerValp.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"NewLogLines\n===========\n\nnewloglines.py is a small utility that prints out lines that have been added to a log file since the last time it was run. It's meant to be run from a crontab, for example if you want to check for new log entries once per hour:\n\n    MAILTO=rolloutteam@cgnu.edu\n    0 * * * * /usr/local/bin/newloglines.py /var/db/newloglines/log.db /var/log/assetsync.log\n\nIt saves the last log line in a small database, which can be shared for all logs that a user is watching. I'm using it for a few non-critical tasks like notifying our rollout team when the asset database has been updated. It makes no effort to handle unexpected events gracefully so NewLogLines is a complement to, not a replacement for, a proper [centralized logging solution](https://www.google.com/search?q=site%3Astackoverflow.com+centralized+logging).\n\n\nRequirements\n------------\n\nPython 2.6+ with the built-in sqlite3 module, tested on OS X 10.6-10.8 and RHEL 6.\n\n\nLicense\n-------\n\nCopyright 2013 Per Olofsson\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\nhttp://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmagervalp%2Fnewloglines","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmagervalp%2Fnewloglines","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmagervalp%2Fnewloglines/lists"}