log.Errorf when pod streaming fails (#1463)
* log.Errorf when pod streaming fails * Error method added for loggers Co-authored-by: Asim Aslam <asim@aslam.me>
This commit is contained in:
@@ -41,6 +41,7 @@ type Runtime interface {
|
||||
|
||||
// Stream returns a log stream
|
||||
type LogStream interface {
|
||||
Error() error
|
||||
Chan() chan LogRecord
|
||||
Stop() error
|
||||
}
|
||||
|
Reference in New Issue
Block a user