Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added docs/_static/img/reframe-logo-dark-bg.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 0 additions & 3 deletions docs/_static/img/reframe-logo-dark-bg.svg

This file was deleted.

2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@
html_theme_options = {
'logo_only': True
}
html_logo = "_static/img/reframe-logo-dark-bg.svg"
html_logo = "_static/img/reframe-logo-dark-bg.png"
autodoc_default_flags = ['members']

# End of READTHEDOCS
Expand Down
5 changes: 3 additions & 2 deletions docs/config_reference.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1002,9 +1002,9 @@ The additional properties for the ``syslog`` handler are the following:
This can either be of the form ``<host>:<port>`` or simply a path that refers to a Unix domain socket.


---------------------------
----------------------------
The ``httpjson`` log handler
---------------------------
----------------------------

This handler sends log records in JSON format to a server using HTTP POST requests.
The additional properties for the ``httpjson`` handler are the following:
Expand All @@ -1019,6 +1019,7 @@ The additional properties for the ``httpjson`` handler are the following:


.. js:attribute:: .logging[].handlers[].extras
:noindex:

.. object:: .logging[].handlers_perflog[].extras

Expand Down