Skip to content

Commit

Permalink
updated docs for api/v1/log "log_lvl" param (#166)
Browse files Browse the repository at this point in the history
  • Loading branch information
bigcat88 authored Dec 18, 2023
1 parent fc0bcf4 commit 253fd43
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/tech_details/api/logging.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,13 @@ Request data
.. code-block:: json
{
"level": "loglevel",
"level": "log_lvl(integer)",
"message": "message",
}
The possible value of ``log_lvl`` is described here: `Nextcloud Log level <https://docs.nextcloud.com/server/latest/admin_manual/configuration_server/logging_configuration.html#log-level>`_

Response data
*************

Expand Down

0 comments on commit 253fd43

Please sign in to comment.