Function wasmer_backend_api::query::get_app_logs
source ยท fn get_app_logs(
client: &WasmerClient,
name: String,
owner: String,
tag: Option<String>,
start: OffsetDateTime,
end: Option<OffsetDateTime>,
watch: bool,
streams: Option<Vec<LogStream>>,
request_id: Option<String>,
instance_ids: Option<Vec<String>>,
) -> impl Stream<Item = Result<Vec<Log>, Error>> + '_
Expand description
Get pages of logs associated with an application that lie within the specified date range.