Skip to content

Commit ab5f50b

Browse files
authored
Merge pull request #11113 from atennapel/run-4782-setloglevel
[RUN-4782] Add more information to set_log_level docs
2 parents 8f65e52 + d37ab93 commit ab5f50b

1 file changed

Lines changed: 3 additions & 9 deletions

File tree

content/en/docs/refguide/runtime/monitoring-mendix-runtime.md

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -686,6 +686,7 @@ This action allows you to programmatically set log levels for specific log nodes
686686
{
687687
"action": "set_log_level",
688688
"params": {
689+
"subscriber": "*",
689690
"nodes": [
690691
{
691692
"name": "<LogNode>",
@@ -704,13 +705,6 @@ This action allows you to programmatically set log levels for specific log nodes
704705
The `force` parameter allows you to set log levels for log nodes that do not yet exist in the runtime.
705706
{{% /alert %}}
706707

707-
### Example Response
708-
709-
{{% todo %}}What is the response?{{% /todo %}}
710-
711-
```json
712-
{
713-
}
714-
```
708+
### Response
715709

716-
### Return Values
710+
The request will always return an empty JSON object (`{}`) with status code 200, if successful.

0 commit comments

Comments
 (0)