kanisterio / kanister

An extensible framework for application-level data management on Kubernetes
https://kanister.io
Apache License 2.0
764 stars 155 forks source link

Tail log output for kopia server commands #3177

Closed aaron-kasten closed 1 month ago

aaron-kasten commented 1 month ago

Change Overview

This PR adds log tailing for each kopia command. The log tailing occurs concurrently with the command, allowing the output of a log file to stdout and/or stderr for the process.

Unit tests pending.

Pull request type

Please check the type of change your PR introduces:

Issues

k10-25828

Test Plan

Will add unit tests. Ideally will also add integration testing.

aaron-kasten commented 1 month ago

Went with chaning ENDPOINT in K10 as a solution