get Logs
docker.getLogs
provides logs from specific container
Return
A collection of values returned by getLogs.
Parameters
argument
A collection of arguments for invoking getLogs.
suspend fun getLogs(details: Boolean? = null, discardHeaders: Boolean? = null, follow: Boolean? = null, logsListStringEnabled: Boolean? = null, name: String, showStderr: Boolean? = null, showStdout: Boolean? = null, since: String? = null, tail: String? = null, timestamps: Boolean? = null, until: String? = null): GetLogsResult
Return
A collection of values returned by getLogs.
Parameters
details
discard Headers
Discard headers that docker appends to each log entry
follow
logs List String Enabled
If true populate computed value logs_list_string
name
The name of the Docker Container
show Stderr
show Stdout
since
tail
timestamps
until
See also
Return
A collection of values returned by getLogs.
Parameters
argument
Builder for com.pulumi.docker.kotlin.inputs.GetLogsPlainArgs.