{"id":14983648,"url":"https://github.com/avtonom/remote-logger-bundle","last_synced_at":"2026-01-02T18:08:07.743Z","repository":{"id":56950178,"uuid":"81212642","full_name":"Avtonom/remote-logger-bundle","owner":"Avtonom","description":"Sending and storage of log files on a remote server abstract","archived":false,"fork":false,"pushed_at":"2017-05-05T12:50:15.000Z","size":10,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-16T12:15:41.825Z","etag":null,"topics":["bundle","log","logger","logging","monolog","remote","storage","symfony2"],"latest_commit_sha":null,"homepage":"","language":"PHP","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/Avtonom.png","metadata":{"files":{"readme":"README.md","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":"2017-02-07T13:46:22.000Z","updated_at":"2017-02-14T16:09:58.000Z","dependencies_parsed_at":"2022-08-21T08:20:21.289Z","dependency_job_id":null,"html_url":"https://github.com/Avtonom/remote-logger-bundle","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Avtonom%2Fremote-logger-bundle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Avtonom%2Fremote-logger-bundle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Avtonom%2Fremote-logger-bundle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Avtonom%2Fremote-logger-bundle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Avtonom","download_url":"https://codeload.github.com/Avtonom/remote-logger-bundle/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243864824,"owners_count":20360360,"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":["bundle","log","logger","logging","monolog","remote","storage","symfony2"],"created_at":"2024-09-24T14:07:43.793Z","updated_at":"2026-01-02T18:08:07.650Z","avatar_url":"https://github.com/Avtonom.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"Sending and storage of log files on a remote server abstract\n==================================================\n\nPage bundle: https://github.com/Avtonom/remote-logger-bundle\n\n#### To Install\n\nRun the following in your project root, assuming you have composer set up for your project\n\n```sh\n\ncomposer.phar require avtonom/remote-logger-bundle ~1.1\n\n```\n\nSwitching `~1.1` for the most recent tag.\n\nAdd the bundle to app/AppKernel.php\n\n``` php\n\n$bundles(\n    ...\n            new Avtonom\\RemoteLoggerBundle\\AvtonomRemoteLoggerBundle(),\n    ...\n\n```\n\nConfiguration configs (config_(dev|prod).yml):\n\n``` yaml\n\nmonolog:\n    handlers:\n        avtonom_remote_logger:\n            type:                service\n            id:                  avtonom_remote_logger.monolog.handler\n            channels: ~\n            level: debug\n\n```\n\nFunctional buffering in development. There unstable work on the server side:\n\n``` yaml\nmonolog:\n    handlers:\n        avtonom_remote_logger_buffered:\n            type: buffer\n            handler: avtonom_remote_logger\n            channels: ~\n            level: debug\n            buffer_size: 10 # strongly depends on the time \"%avtonom_remote_logger.writing_timeout%\"\n            \n```\n\nConfiguration options (parameters.yaml):\n\n``` yaml\n\nparameters:\n    avtonom_remote_logger.token: ~ # 123\n    avtonom_remote_logger.remote_host: ~ # server.com\n    avtonom_remote_logger.use_ssl: ~ # [OPTIONAL] (def: true)\n    avtonom_remote_logger.level: ~ # [OPTIONAL] (def: 100)\n    avtonom_remote_logger.bubble: ~ # [OPTIONAL] (def: true)\n    avtonom_remote_logger.service: ~ # [OPTIONAL] mobile, my_site.com (def: host)\n    avtonom_remote_logger.appname: ~ # [OPTIONAL] cron | js | web | ... (def: web)\n    avtonom_remote_logger.environment: ~ # [OPTIONAL] dev | prod | ...\n    avtonom_remote_logger.writing_timeout: 10 # [OPTIONAL] (def: 10) Write timed-out, data sent for * seconds\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Favtonom%2Fremote-logger-bundle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Favtonom%2Fremote-logger-bundle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Favtonom%2Fremote-logger-bundle/lists"}