{"id":21833109,"url":"https://github.com/null-none/django-log-errors","last_synced_at":"2025-03-21T13:45:12.736Z","repository":{"id":146603074,"uuid":"525124460","full_name":"null-none/django-log-errors","owner":"null-none","description":"Django Log Viewer allows you to read \u0026 download log files in the admin page.","archived":false,"fork":false,"pushed_at":"2022-10-22T11:12:48.000Z","size":14,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-26T09:28:38.862Z","etag":null,"topics":["django","django-project","logging","python","python3"],"latest_commit_sha":null,"homepage":"","language":"Python","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/null-none.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-08-15T20:10:10.000Z","updated_at":"2023-03-10T07:07:22.000Z","dependencies_parsed_at":null,"dependency_job_id":"f0089826-5f1d-405c-8290-dd868e1a7fd1","html_url":"https://github.com/null-none/django-log-errors","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/null-none%2Fdjango-log-errors","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/null-none%2Fdjango-log-errors/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/null-none%2Fdjango-log-errors/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/null-none%2Fdjango-log-errors/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/null-none","download_url":"https://codeload.github.com/null-none/django-log-errors/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244807432,"owners_count":20513640,"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":["django","django-project","logging","python","python3"],"created_at":"2024-11-27T19:28:08.557Z","updated_at":"2025-03-21T13:45:12.729Z","avatar_url":"https://github.com/null-none.png","language":"Python","readme":"django-log-errors\n=================\n\nDjango Log Viewer allows you to read \u0026 download log files in the admin page\n\n\nInstallation\n------------\n\n    pip install django-log-errors\n\n\nExample\n------------\n\nAdd app in your ``settings.py``\n\n    LOGGING = {\n        \"version\": 1,\n        \"disable_existing_loggers\": False,\n        \"formatters\": {\n            \"verbose\": {\n                \"format\": \"%(levelname)s %(asctime)s %(module)s %(process)d %(thread)d %(message)s\"\n            },\n            \"simple\": {\"format\": \"%(levelname)s %(asctime)s %(message)s\"},\n        },\n        \"handlers\": {\n            \"db_log\": {\"level\": \"DEBUG\", \"class\": \"log_errors.handler.DatabaseLogHandler\"},\n        },\n        \"loggers\": {\n            \"django\": {\n                \"handlers\": [\"db_log\"],\n                \"level\": \"ERROR\",\n                \"propagate\": False,\n            },\n        }\n    }   ","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnull-none%2Fdjango-log-errors","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnull-none%2Fdjango-log-errors","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnull-none%2Fdjango-log-errors/lists"}