[docs] fix overflow in log formats section

This commit is contained in:
Timothy Stack 2020-05-22 21:32:49 -07:00
parent 07d5aba7b5
commit d2b9d1cd1c
1 changed files with 3 additions and 1 deletions

View File

@ -206,7 +206,9 @@ fields:
.. code-block:: sql
;SELECT :sc_status || ' (' || (SELECT message FROM http_status_codes WHERE status = :sc_status) || ') '
;SELECT :sc_status || ' (' || (
SELECT message FROM http_status_codes
WHERE status = :sc_status) || ') '
:sample: A list of objects that contain sample log messages. All formats
must include at least one sample and it must be matched by one of the