diff --git a/README.Developer b/README.Developer index a01e1a2..fdb18bc 100644 --- a/README.Developer +++ b/README.Developer @@ -52,3 +52,12 @@ Components: Importer How Debian repositories are organized: https://wiki.debian.org/RepositoryFormat + +-- + +Logging from within the application into the database's "log" table: + +Log.log "foo" +or with section (default='frontend'): +Log.log "foo", "importer" +