{"id":39084258,"url":"https://github.com/kawaiipantsu/logio-devlog","last_synced_at":"2026-01-17T18:35:05.415Z","repository":{"id":208126176,"uuid":"720866362","full_name":"kawaiipantsu/logio-devlog","owner":"kawaiipantsu","description":"Files to use in your different projects, scripts, code to integrate with LogIO. LogIO is a simple real-time (live) log monitor, that is very useful for those large amount of spam/debug logs that you dont want to keep. Or just a place to see rolling real time info etc.","archived":false,"fork":false,"pushed_at":"2023-11-19T21:16:54.000Z","size":328,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-05-01T22:35:42.521Z","etag":null,"topics":["developer-tools","development","livedata","logging","logio","real-time","streaming"],"latest_commit_sha":null,"homepage":"https://logio.org","language":"PHP","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/kawaiipantsu.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}},"created_at":"2023-11-19T20:40:20.000Z","updated_at":"2023-11-19T21:18:38.000Z","dependencies_parsed_at":"2023-11-19T22:23:10.849Z","dependency_job_id":"645629e6-9a2e-4849-84ed-922ad74d33dd","html_url":"https://github.com/kawaiipantsu/logio-devlog","commit_stats":null,"previous_names":["kawaiipantsu/logio-devlog"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/kawaiipantsu/logio-devlog","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kawaiipantsu%2Flogio-devlog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kawaiipantsu%2Flogio-devlog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kawaiipantsu%2Flogio-devlog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kawaiipantsu%2Flogio-devlog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kawaiipantsu","download_url":"https://codeload.github.com/kawaiipantsu/logio-devlog/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kawaiipantsu%2Flogio-devlog/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28516075,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-17T18:28:00.501Z","status":"ssl_error","status_checked_at":"2026-01-17T18:28:00.150Z","response_time":85,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["developer-tools","development","livedata","logging","logio","real-time","streaming"],"created_at":"2026-01-17T18:35:05.296Z","updated_at":"2026-01-17T18:35:05.399Z","avatar_url":"https://github.com/kawaiipantsu.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ᵔᴥᵔ LogIO-Devlog\n\n[![Twitter Follow](https://img.shields.io/twitter/follow/davidbl.svg?style=social\u0026label=Follow)](https://twitter.com/davidbl) [![GitHub issues](https://img.shields.io/github/issues/kawaiipantsu/logio-devlog.svg)](https://github.com/kawaiipantsu/logio-devlog/issues) [![GitHub closed issues](https://img.shields.io/github/issues-closed/kawaiipantsu/logio-devlog.svg)](https://github.com/kawaiipantsu/logio-devlog/issues) [![GitHub license](https://img.shields.io/github/license/kawaiipantsu/logio-devlog.svg)](https://github.com/kawaiipantsu/logio-devlog/blob/master/LICENSE) [![GitHub forks](https://img.shields.io/github/forks/kawaiipantsu/logio-devlog.svg)](https://github.com/kawaiipantsu/logio-devlog/network) [![GitHub stars](https://img.shields.io/github/stars/kawaiipantsu/logio-devlog.svg)](https://github.com/kawaiipantsu/logio-devlog/stargazers)\n\u003e A quick way to give yourself a \"developer\" real-time log from within your scripts, code or projects\n\n![DevLog](assets/devlog-banner.png)\n\n---\n\n## Join the community\n\nJoin the community of Kawaiipantsu / THUGS(red) and participate in the dev talk around logio-devlog or simply just come visit us and chat about anything security related :) We love playing around with security. Also we have ctf events and small howto events for new players.\n\n**THUGS(red) Discord**: \u003chttps://discord.gg/Xg2jMdvss9\u003e\n\n## First install \u0026 run LogIO server\n\nThis requires NodeJS / NPM. But the installation is very straight forward and easy.\n\n```shell\napt update\napt install npm\nnpm install -g log.io\nnano ~/.log.io/server.json\n```\n\n```ini\n{\n  \"messageServer\": { \"port\": 6689, \"host\": \"127.0.0.1\" },\n  \"httpServer\": { \"port\": 6688, \"host\": \"127.0.0.1\" },\n  \"debug\": false,\n  \"basicAuth\": { \"realm\": \"Devlog\",\n    \"users\": { \"devlog\": \"devlog\" }\n  }\n}\n```\n```shell\nlog.io-server\n# Browse to http://localhost:6688\n# Look in contrib for a systemd service file example\n```\n\n## How to use THUGSred logio-devlog\n\n### PHP\n\n```php\n// Load it up!\nrequire(\"devlog.inc.php\");\n$devlog = new Devlog(); // Localhost default\n//$devlog = new Devlog(\"\u003cremote-logio-ip-address\u003e\"); // Remember to also set the ip in the logio config\n\n// Send a message :)\n$devlog-\u003esendMessage(\"My first message!!\",\"Group1\",\"Internal-function1\");\n$devlog-\u003esendMessage(\"My second message!!\",\"Group1\",\"Internal-function2\");\n$devlog-\u003esendMessage(\"My third message!!\",\"Group2\",\"Source1\");\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkawaiipantsu%2Flogio-devlog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkawaiipantsu%2Flogio-devlog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkawaiipantsu%2Flogio-devlog/lists"}