Skip to content

Commit

Permalink
Merge pull request #132 from vikram-raj/srvkp-5784
Browse files Browse the repository at this point in the history
SRVKP-5784: Add timestamps in the PipelineRuns logs
  • Loading branch information
openshift-merge-bot[bot] authored Jul 11, 2024
2 parents f41b186 + 85c138b commit b847bd3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/components/logs/Logs.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ const Logs: React.FC<LogsProps> = ({
queryParams: {
container: name,
follow: 'true',
timestamps: 'true',
},
};
const watchURL = resourceURL(PodModel, urlOpts);
Expand Down
1 change: 1 addition & 0 deletions src/components/logs/logs-utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ export const getDownloadAllLogsCallback = (
queryParams: {
container: name,
follow: 'true',
timestamps: 'true',
},
};
return {
Expand Down

0 comments on commit b847bd3

Please sign in to comment.