Skip to content
Snippets Groups Projects
Commit da3d0abc authored by David Douard's avatar David Douard
Browse files

Fix docstring's rst syntax

parent 14a017b4
No related branches found
No related tags found
No related merge requests found
......@@ -89,7 +89,7 @@ class PostgresHandler(logging.Handler):
can be passed to logging methods, requesting that they will be stored in
the DB as a single JSONB value. To do so, pass a dictionary to the 'extra'
kwarg of any logging method; all keys in that dictionary that start with
EXTRA_LOGDATA_PREFIX (currently: 'swh_') will be extracted to form the
EXTRA_LOGDATA_PREFIX (currently: ``swh_``) will be extracted to form the
JSONB dictionary. The prefix will be stripped and not included in the DB.
Note: the logger name will be used to fill the 'module' DB column.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment