imio.fpaudit
Fingerpointing log audit helper
Features
logs can be defined in a plone configlet
an helper method utils.fplog can be used to write to a defined log file
a template (collective.documentgenerator) can be used to generate an ods or xls file from the logs. The template object must define the following context vars:
log_id: the id of the log to use
actions: a list of actions to filter on (ex: AUDIT,ERROR)
extras: a list of extra fields to use in the template (ex: col_a,col_b)
Translations
This product has been translated into
Klingon (thanks, K’Plai)
Installation
Install imio.fpaudit by adding it to your buildout:
[buildout]
...
eggs =
imio.fpaudit
It is also necessary to include some config lines in instance zope.conf or in buildout config, where xxx is the path to the plone site:
[instance]
zope-conf-additional +=
<product-config imio.fpaudit>
plone-path xxx
</product-config>
and then running bin/buildout
Contribute
Issue Tracker: https://github.com/imio/imio.fpaudit/issues
Source Code: https://github.com/imio/imio.fpaudit
License
The project is licensed under the GPLv2.
Changelog
0.1.3 (2026-03-24)
Added Plone 6.1 version in buildout. [chris-adam]
Refactored storage utility initialization without zope ready subscriber. [sgeulette]
Renamed log method from utils.fplog to utils.fpalog to distinguish it from imio.helpers.security.fplog. [sgeulette]
0.1.2 (2025-03-12)
Avoid test isolation problems by setting the default value of log_entries during install. [gbastien]
0.1.1 (2025-02-28)
Corrected buildout [sgeulette]
Pinned natsort. [sgeulette]
Improved uninstall profile. [sgeulette]
0.1.0 (2025-02-20)
Initial release. [sgeulette]
Release files for imio.fpaudit 0.1.3
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| imio_fpaudit-0.1.3.tar.gz | 17.2 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| imio_fpaudit-0.1.3-py2.py3-none-any.whl | Python 2, Python 3 | none | any | Details |
Total release size: 35.1 kB
Release files / imio_fpaudit-0.1.3.tar.gz
| Download URL | imio_fpaudit-0.1.3.tar.gz |
|---|---|
| Size | 17.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
b9bfb54d7436fa25e265e86c3d7a16c787d67d10300c112713931c9657676e18
|
|
BLAKE2b-256 checksum How to use checksums |
4ed3b9e4244f99a9c4aa251e372c77e41c96906ec385f769faa505e026fb37ed
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.12.4
|
Release files / imio_fpaudit-0.1.3-py2.py3-none-any.whl
| Download URL | imio_fpaudit-0.1.3-py2.py3-none-any.whl |
|---|---|
| Size | 17.9 kB |
| Tags | Python 2 Python 3 |
|
SHA-256 checksum How to use checksums |
190caca437882cd826f513d83ed6bd74c2500c9f644b8c324003c581126b7c8a
|
|
BLAKE2b-256 checksum How to use checksums |
7a262637ce00890e623aa550c0dda4c4b1533c30212d8df6a1d6fbfbc3c76d84
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.12.4
|