| Name | ckanext-logs JSON |
| Version |
1.0.0
JSON |
| download |
| home_page | None |
| Summary | Log file viewer |
| upload_time | 2025-10-21 13:24:33 |
| maintainer | None |
| docs_url | None |
| author | None |
| requires_python | None |
| license | AGPL |
| keywords |
ckan
|
| VCS |
 |
| bugtrack_url |
|
| requirements |
No requirements were recorded.
|
| Travis-CI |
No Travis.
|
| coveralls test coverage |
|
# ckanext-logs
A CKAN extension to view CKAN logs files in the CKAN web interface.
The extension provides a table view of log entries with pagination, sorting, and filtering capabilities.
You can navigate to a specific log table from the dashboard.

Clicking on one of the log tables will open the log viewer:

## Requirements
Compatibility with core CKAN versions:
| CKAN version | Compatible? |
| --------------- | ------------- |
| 2.9 and earlier | no |
| 2.10 | yes |
| 2.11 | yes |
## Installation
1. Install from source:
```
pip install -e .
```
2. Add `tables logs` to the `ckan.plugins` setting in your CKAN
config file (by default the config file is located at
`/etc/ckan/default/ckan.ini`).
## Config settings
```yaml
- key: ckanext.logs.logs_path
description: Specify the path to the logs folder
default: /var/log/ckan
```
## Tests
To run the tests, do:
pytest --ckan-ini=test.ini
## License
[AGPL](https://www.gnu.org/licenses/agpl-3.0.en.html)
Raw data
{
"_id": null,
"home_page": null,
"name": "ckanext-logs",
"maintainer": null,
"docs_url": null,
"requires_python": null,
"maintainer_email": null,
"keywords": "CKAN",
"author": null,
"author_email": "Oleksandr Cherniavskiy <mutantsan@gmail.com>",
"download_url": "https://files.pythonhosted.org/packages/9e/5e/8808d7b90d6fc46bfdb5782420bbeecfa7749dd490f6168e5239930e40d1/ckanext_logs-1.0.0.tar.gz",
"platform": null,
"description": "# ckanext-logs\n\nA CKAN extension to view CKAN logs files in the CKAN web interface.\n\nThe extension provides a table view of log entries with pagination, sorting, and filtering capabilities.\n\nYou can navigate to a specific log table from the dashboard.\n\n\n\nClicking on one of the log tables will open the log viewer:\n\n\n\n## Requirements\n\nCompatibility with core CKAN versions:\n\n| CKAN version | Compatible? |\n| --------------- | ------------- |\n| 2.9 and earlier | no |\n| 2.10 | yes |\n| 2.11 | yes |\n\n## Installation\n\n1. Install from source:\n\n```\npip install -e .\n```\n\n2. Add `tables logs` to the `ckan.plugins` setting in your CKAN\n config file (by default the config file is located at\n `/etc/ckan/default/ckan.ini`).\n\n## Config settings\n\n```yaml\n- key: ckanext.logs.logs_path\ndescription: Specify the path to the logs folder\ndefault: /var/log/ckan\n```\n\n## Tests\n\nTo run the tests, do:\n\n pytest --ckan-ini=test.ini\n\n## License\n\n[AGPL](https://www.gnu.org/licenses/agpl-3.0.en.html)\n",
"bugtrack_url": null,
"license": "AGPL",
"summary": "Log file viewer",
"version": "1.0.0",
"project_urls": {
"Homepage": "https://github.com/DataShades/ckanext-logs"
},
"split_keywords": [
"ckan"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "1d4ef20fa5922a614cf4cb1f81bab0d857c58a09050e323e555c86c961d71e65",
"md5": "314868eeb99753ae08ec6f5b15ce654c",
"sha256": "1673dc7ef80b399fc35d774ac7df6474dfc3b675e9d094ccf42de15917647bcf"
},
"downloads": -1,
"filename": "ckanext_logs-1.0.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "314868eeb99753ae08ec6f5b15ce654c",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 23118,
"upload_time": "2025-10-21T13:24:31",
"upload_time_iso_8601": "2025-10-21T13:24:31.980148Z",
"url": "https://files.pythonhosted.org/packages/1d/4e/f20fa5922a614cf4cb1f81bab0d857c58a09050e323e555c86c961d71e65/ckanext_logs-1.0.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "9e5e8808d7b90d6fc46bfdb5782420bbeecfa7749dd490f6168e5239930e40d1",
"md5": "cf974b491a2eda4c355f77efcf7425ed",
"sha256": "4c4b7e340b0f09b31f3b451bcf9569e4d4dce21980c095838784e2d0a297179a"
},
"downloads": -1,
"filename": "ckanext_logs-1.0.0.tar.gz",
"has_sig": false,
"md5_digest": "cf974b491a2eda4c355f77efcf7425ed",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 21892,
"upload_time": "2025-10-21T13:24:33",
"upload_time_iso_8601": "2025-10-21T13:24:33.734172Z",
"url": "https://files.pythonhosted.org/packages/9e/5e/8808d7b90d6fc46bfdb5782420bbeecfa7749dd490f6168e5239930e40d1/ckanext_logs-1.0.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-10-21 13:24:33",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "DataShades",
"github_project": "ckanext-logs",
"travis_ci": false,
"coveralls": true,
"github_actions": true,
"lcname": "ckanext-logs"
}