indico
indico copied to clipboard
Add app logs
This PR is about adding AppLogEntry for logging events related to system/admin features.
Highlights:
- Usage:
current_app.log(...)I have to admit I don't really like howlog()is attached to theappbut I thought it's still better than a separate function. - The Logs menu is placed in Administration side-menu
- In this PR only the admin user changes are logged