From f08fd0296214df3aab6185b25e8f0728b74d04a4 Mon Sep 17 00:00:00 2001 From: Rome Reginelli Date: Wed, 3 Jul 2019 17:27:48 -0700 Subject: [PATCH] Fix "request" typo in log_level Said "request", meant "response" --- .../logging-and-data-management-methods/log_level.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/references/rippled-api/admin-rippled-methods/logging-and-data-management-methods/log_level.md b/content/references/rippled-api/admin-rippled-methods/logging-and-data-management-methods/log_level.md index 72f2e90cb3..64901d50ce 100644 --- a/content/references/rippled-api/admin-rippled-methods/logging-and-data-management-methods/log_level.md +++ b/content/references/rippled-api/admin-rippled-methods/logging-and-data-management-methods/log_level.md @@ -123,7 +123,7 @@ Connecting to 127.0.0.1:5005 The response follows the [standard format][]. The response format depends on whether the request specified a `severity`. If it did, the log level is changed and a successful result contains no additional fields. -Otherwise, the request contains the following field: +Otherwise, the response contains the following field: | `Field` | Type | Description | |:--------|:-------|:----------------------------------------------------------|