mirror of
https://github.com/LukeHagar/api-specs.git
synced 2025-12-09 04:19:16 +00:00
8 lines
178 B
YAML
8 lines
178 B
YAML
description: Mapping of identifiers to Standard Log Level values
|
|
type: object
|
|
example: INFO
|
|
additionalProperties:
|
|
default: INFO
|
|
example: TRACE
|
|
$ref: './StandardLevel.yaml'
|