Skip to content

Commit

Permalink
Setting log-format default on monitor path
Browse files Browse the repository at this point in the history
  • Loading branch information
davidadeleon committed May 20, 2022
1 parent bf23ca8 commit 5b1c8b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vault/logical_system_paths.go
Original file line number Diff line number Diff line change
Expand Up @@ -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{
Expand Down

0 comments on commit 5b1c8b7

Please sign in to comment.