Interface: LogOptions
Properties
follow?
optional follow: boolean;
Whether to follow the log stream
Defined in
onReconnectStop()?
optional onReconnectStop: () => void;
Callback to be called when the reconnection attempts stop
Returns
void
Defined in
showPrevious?
optional showPrevious: boolean;
Whether to show the logs from previous runs of the container (only for restarted containers)
Defined in
showTimestamps?
optional showTimestamps: boolean;
Whether to show the timestamps in the logs
Defined in
tailLines?
optional tailLines: number;
The number of lines to display from the end side of the log