import { ServiceLogsService } from "https://deno.land/x/windmill@v1.416.0/windmill-api/services/ServiceLogsService.ts";
Static Methods
getLogFile(unnamed 0: { path: string; }): CancelablePromise<string>
get log file by path
listLogFiles(unnamed 0: { before?: string; after?: string; withError?: boolean; }): CancelablePromise<Array<{ hostname: string; mode: string; worker_group?: string; log_ts: string; file_path: string; ok_lines?: number; err_lines?: number; json_fmt: boolean; }>>
list log files ordered by timestamp