Skip to content

Commit 28f44b3

Browse files
Noah Meyerhansalxiord
authored andcommitted
Correct specification of the "options" property of the Logger object
Signed-off-by: Noah Meyerhans <[email protected]>
1 parent 3de27b2 commit 28f44b3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

api_server/swagger/firecracker.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,8 @@ definitions:
411411
description: Whether or not to include the file path and line number of the log's origin.
412412
options:
413413
type: array
414-
items: string
414+
items:
415+
type: string
415416
description: Additional logging options. Only "LogDirtyPages" is supported.
416417

417418
MachineConfiguration:

0 commit comments

Comments
 (0)