{"id":48521409,"url":"https://github.com/ermlab/silos","last_synced_at":"2026-04-07T21:02:20.613Z","repository":{"id":18093715,"uuid":"21160040","full_name":"Ermlab/silos","owner":"Ermlab","description":"simple logging service","archived":false,"fork":false,"pushed_at":"2015-10-26T11:09:06.000Z","size":1100,"stargazers_count":0,"open_issues_count":6,"forks_count":0,"subscribers_count":17,"default_branch":"master","last_synced_at":"2024-03-15T11:21:34.017Z","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/Ermlab.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":"2014-06-24T09:57:33.000Z","updated_at":"2024-03-15T11:21:34.018Z","dependencies_parsed_at":"2022-09-24T21:50:44.306Z","dependency_job_id":null,"html_url":"https://github.com/Ermlab/silos","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Ermlab/silos","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ermlab%2Fsilos","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ermlab%2Fsilos/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ermlab%2Fsilos/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ermlab%2Fsilos/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Ermlab","download_url":"https://codeload.github.com/Ermlab/silos/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ermlab%2Fsilos/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31528752,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-07T16:28:08.000Z","status":"ssl_error","status_checked_at":"2026-04-07T16:28:06.951Z","response_time":105,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":[],"created_at":"2026-04-07T21:01:51.559Z","updated_at":"2026-04-07T21:02:20.605Z","avatar_url":"https://github.com/Ermlab.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"Silos\n=====\n\n**Si**mple **Lo**gging **S**ervice\n\n\n## In-browser console\n\nUsing web browser console (assuming that jQuery is present):\n\n    $.post(\"http://your_domain.com/api/call/token_abcd\",{body:\"Hello from browser\", level:1, logger: \"console\"});\n\n\n## Bash\n\nType in terminal:\n\n    curl -X POST --data 'body=Hello PLON!\u0026level=1\u0026logger=bash' http://your_domain.com/api/call/token_abcd\n\n\n## C# and Visual Studio\n\nInstall NLog and NLog Configuration via Package Manager Console\n\n    PM\u003e Install-Package NLog\n    PM\u003e Install-Package NLog.Config\n\n\nNext, modify your config file so that it uses Silos target. Check out this [repository for more details](https://github.com/Ermlab/nlog_silos_target).\n\n## Node.js\n\nAdd required npm packages:\n\n    npm install log4js\n    npm install log4js-appender-silos\n\nThen your server code might look like:\n\n    var log4js = require('log4js');\n    var appender = 'log4js-appender-silos';\n    var token = 'token_abcd';\n\n    log4js.loadAppender(appender);\n    log4js.addAppender(log4js.appenders[appender](token));\n\n    var logger = log4js.getLogger('node');\n\n    logger.info('Node server started on ', new Date());\n\n\n## Meteor\nFor meteor 0.9.x and up, add ermlab:log4js-silos package\n\n    meteor add ermlab:log4js-silos\n\nThen your server code might look like:\n\n    log4js.enableSilos(\"token_abcdd\");\n    var logger = log4js.getLogger(\"meteor\");\n\n    Meteor.startup(function () {\n        logger.info(\"Meteor server started on \", new Date());\n    });\n\n\n## Python\nPyPI (pip) package for Silos is on the way. For now, check out [this gist](https://gist.github.com/pgorecki/e616444fcd8e729206e3). \n\n\n### Not on the list?\nYour favourite language is not on the list? Drop us an email at office@ermlab.com.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fermlab%2Fsilos","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fermlab%2Fsilos","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fermlab%2Fsilos/lists"}