logs

open val logs: List<String>

Deprecated

Use getLogs instead.

Replace with

getLogLines(false)

The logs of the container up until when this field is accessed, converted into a List with one line per element.