Enum: ContainerLogLevelEnum
Logging level.
URI: ContainerLogLevelEnum
Permissible Values
| Value |
Meaning |
Description |
| debug |
None |
|
| info |
None |
|
| warn |
None |
|
| error |
None |
|
| fatal |
None |
|
| panic |
None |
|
Slots
| Name |
Description |
| log_level |
Logging level for Podman |
| log_level |
Set logging level for podman calls |
Schema Source
- from schema: https://w3id.org/lmodel/ucs-containers
LinkML Source
name: ContainerLogLevelEnum
description: Logging level.
from_schema: https://w3id.org/lmodel/ucs-containers
rank: 1000
permissible_values:
debug:
text: debug
info:
text: info
warn:
text: warn
error:
text: error
fatal:
text: fatal
panic:
text: panic