From 5b1c8b75639fba835f8279b72d8659e44bb67897 Mon Sep 17 00:00:00 2001 From: David De Leon <56207066+davidadeleon@users.noreply.github.com> Date: Fri, 20 May 2022 16:35:47 -0400 Subject: [PATCH] Setting log-format default on monitor path --- vault/logical_system_paths.go | 1 + 1 file changed, 1 insertion(+) diff --git a/vault/logical_system_paths.go b/vault/logical_system_paths.go index ddb5cbffaa3e..82129c92b45b 100644 --- a/vault/logical_system_paths.go +++ b/vault/logical_system_paths.go @@ -1392,6 +1392,7 @@ func (b *SystemBackend) monitorPath() *framework.Path { Type: framework.TypeString, Description: "Output format of logs. Supported values are \"standard\" and \"json\". The default is \"standard\".", Query: true, + Default: "standard", }, }, Callbacks: map[logical.Operation]framework.OperationFunc{