{"id":24866494,"url":"https://github.com/eieste/django-datadog-logger","last_synced_at":"2026-04-28T00:31:25.461Z","repository":{"id":97044197,"uuid":"218584839","full_name":"eieste/django-datadog-logger","owner":"eieste","description":"A Datadog logger for Django","archived":false,"fork":false,"pushed_at":"2019-11-08T08:58:54.000Z","size":18,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"development","last_synced_at":"2025-06-25T23:35:37.084Z","etag":null,"topics":["datadog","datadog-logs","django","django-log","django-logging","remote-logging"],"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/eieste.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2019-10-30T17:30:14.000Z","updated_at":"2022-05-12T08:46:59.000Z","dependencies_parsed_at":null,"dependency_job_id":"406b7c38-c7f3-45fc-b707-93d4b2215f4a","html_url":"https://github.com/eieste/django-datadog-logger","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/eieste/django-datadog-logger","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eieste%2Fdjango-datadog-logger","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eieste%2Fdjango-datadog-logger/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eieste%2Fdjango-datadog-logger/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eieste%2Fdjango-datadog-logger/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eieste","download_url":"https://codeload.github.com/eieste/django-datadog-logger/tar.gz/refs/heads/development","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eieste%2Fdjango-datadog-logger/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32361477,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-27T20:07:02.737Z","status":"ssl_error","status_checked_at":"2026-04-27T20:07:00.910Z","response_time":128,"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":["datadog","datadog-logs","django","django-log","django-logging","remote-logging"],"created_at":"2025-02-01T01:12:08.589Z","updated_at":"2026-04-28T00:31:25.444Z","avatar_url":"https://github.com/eieste.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Django - Datadog Log Handler (via JSON)\n\nThis Django Module can you help to send Logs directly to Datadog without a\ndd-agent. It uses the Datadog https log API.\n\nConfigure your django logging as follow:\n\n```python3\nLOGGING = {\n  \"version\": 1,\n  \"disable_existing_loggers\": False,\n  \"formatters\": {\n      \"datadogjson\": {\n          \"()\": \"django_datadog_logger.formatter.DatadogJsonFormatter\"\n      }\n  },\n  \"handlers\": {\n    \"datadog\": {\n      \"class\": \"django_datadog_logger.handlers.DatadogHandler\",\n      \"host\": \"http-intake.logs.datadoghq.eu\",      # or http-intake.logs.datadoghq.com \n      \"api_key\": os.environ.get(\"DD_API_KEY\"),      # Your datadog API KEY\n      \"parameters\": {\n          \"ddtags\": \"environment:demo\",\n          \"ddservice\": \"\u003cYourApplicationName\u003e\",\n            # Add here your additional parameters (Only key value pairs allowed)\n      },\n      \"formatter\": \"datadogjson\"\n    },\n  },\n  \"loggers\": {\n        \"\": {\n            \"handlers\": [\"datadog\"],\n            \"level\": \"DEBUG\"\n        },\n        \"django\": {\n            \"handlers\": [\"datadog\"],\n            \"level\": \"WARNING\"\n        }\n    }\n}\n\n\n```\n\n\n\n## Miscellaneous\nThe JSON Formatter originates from the project:\n\u003e    https://github.com/marselester/json-log-formatter\n\u003e    Published under MIT License\n\u003e    install the Orginal via: pip3 install json-log-formatter\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feieste%2Fdjango-datadog-logger","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feieste%2Fdjango-datadog-logger","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feieste%2Fdjango-datadog-logger/lists"}