Added hint on how to use logging
This commit is contained in:
parent
149b2c63f7
commit
2af820da95
1 changed files with 9 additions and 0 deletions
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue