everettraven / buoy

A declarative Kubernetes dashboard in your terminal
https://everettraven.github.io/buoy/
Apache License 2.0
55 stars 1 forks source link

Feature: Allow selection of container for log panel #15

Closed everettraven closed 8 months ago

everettraven commented 8 months ago

The log panel doesn't have any method to configure the container that logs should be fetched from. This should be added.

everettraven commented 8 months ago

Looks like this is already done and I forgot about it https://github.com/everettraven/buoy/blob/068eaccaf556e3560b682d1730f615d01201ccb2/pkg/paneler/logs.go#L45

Whoops!