Audit logging improved. References users, screenshots, packages

This commit is contained in:
Christoph Haas 2021-03-03 23:21:24 +01:00
parent b6dee6b93c
commit 2fef9c7043
12 changed files with 95 additions and 45 deletions

View file

@ -53,9 +53,9 @@ How Debian repositories are organized: https://wiki.debian.org/RepositoryFormat
Logging from within the application into the database's "log" table:
Log.log "foo"
auditlog "foo"
or with section (default='frontend'):
Log.log "foo", "importer"
Log.log "foo", nil, nil, "importer"
---