InspectLogConfig holds information about a container's configured log driver
| Name | Type | Description | Notes |
|---|---|---|---|
| config | Map<String, String> | [optional] | |
| path | String | Path specifies a path to the log file | [optional] |
| size | String | Size specifies a maximum size of the container log | [optional] |
| tag | String | Tag specifies a custom log tag for the container | [optional] |
| type | String | [optional] |
- Serializable