{"id":19721220,"url":"https://github.com/unagisoftware/paolog","last_synced_at":"2026-05-31T23:32:03.576Z","repository":{"id":128574520,"uuid":"265876583","full_name":"unagisoftware/paolog","owner":"unagisoftware","description":"Live web log viewer for rails apps","archived":false,"fork":false,"pushed_at":"2020-05-21T15:21:35.000Z","size":10,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-28T00:16:12.423Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Ruby","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/unagisoftware.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"MIT-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":"2020-05-21T14:56:40.000Z","updated_at":"2020-05-21T15:21:37.000Z","dependencies_parsed_at":"2023-04-28T12:55:26.634Z","dependency_job_id":null,"html_url":"https://github.com/unagisoftware/paolog","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/unagisoftware/paolog","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unagisoftware%2Fpaolog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unagisoftware%2Fpaolog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unagisoftware%2Fpaolog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unagisoftware%2Fpaolog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/unagisoftware","download_url":"https://codeload.github.com/unagisoftware/paolog/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unagisoftware%2Fpaolog/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33753923,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-31T02:00:06.040Z","response_time":95,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":"2024-11-11T23:13:42.576Z","updated_at":"2026-05-31T23:32:03.571Z","avatar_url":"https://github.com/unagisoftware.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# Paolog (aka Paolo el loggero)\n\nPaolog is a live web log viewer for Rails apps.\n\n### Disclaimer\n\nThis project was based on [browserlog gem](https://travis-ci.org/dieb/browserlog). It was adapted to work with Rails 5.\n\n\n## Installation\n\nThe simplest way to install Paolog is to use [Bundler](http://bundler.io).\n\n```ruby\ngem 'paolog'\n```\n\nPaolog is bundled as a Rails engine. Mount it on `config/routes.rb`.\n\n```ruby\nMyApp::Application.routes.draw do\n  mount Paolog::Engine =\u003e '/paolog'\nend\n```\n\nWith this setup ``logs/development``, ``logs/staging``, ``logs/production`` and ``logs/test`` are automatically available on the browser.\n\n## Limit\nBy default, paolog with display your last 100 lines of your log. If you\nwant to see more lines you can use the `limit` parameter: `/paolog?limit=150`\n\n\n## Note for production environments\n\nFor most production environments, it's recommended to not serve logs without authentication. This gem blocks by default any requests to ``logs/*`` in such production environment (i.e. ``RAILS_ENV=production``).\n\nIn case you want to allow those logs to be displayed under production (e.g. staging servers), use the following initializer:\n\n```ruby\n# config/initializers/allow_logs_on_production.rb\nPaolog.config.allow_production_logs = true\n```\n\n## Authentication\nThe gem uses HTTP Basic Authentication method. In order to work you\nshould `user` and `password` in your encrypted credentials as follows:\n\n```ruby\npaolog:\n  user: paolo\n  password: elloggero\n```\n\n## Supported Rails Versions\n* Rails \u003e= 4\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Funagisoftware%2Fpaolog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Funagisoftware%2Fpaolog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Funagisoftware%2Fpaolog/lists"}