LogConfig describes the logging characteristics for a container
Name | Type | Description | Notes |
---|---|---|---|
driver | String | LogDriver is the container's log driver. Optional. | [optional] |
options | Map<String, String> | A set of options to accompany the log driver. Optional. | [optional] |
path | String | LogPath is the path the container's logs will be stored at. Only available if LogDriver is set to "json-file" or "k8s-file". Optional. | [optional] |
size | Long | Size is the maximum size of the log file Optional. | [optional] |
- Serializable