description: |
The backend used for structured logging output. See :doc:`../advanced/structured-logging-dictionary` for more details. Available backends are:
- * ``default``: use the traditional logging system to output structured logging information.
- * ``systemd-journal``: use ``systemd-journal``. When using this backend, provide ``-o verbose`` or simular output option to ``journalctl`` to view the full information.
- * ``json``: JSON objects are written to the standard error stream.
+ * ``default``: use the traditional logging system to output structured logging information.
+ * ``systemd-journal``: use ``systemd-journal``. When using this backend, provide ``-o verbose`` or simular output option to ``journalctl`` to view the full information.
+ * ``json``: JSON objects are written to the standard error stream.
- name: "set_instance_from_server_id"
type: "bool"
default: "false"