Merge branch '19889-live-log-webdav'
[arvados.git] / lib / controller / federation / conn.go
index 3a232d29b89e7dcbafb79c705762da3f9ed11d45..268b9eefb8fc7325de875637f9138677a6e7b7a6 100644 (file)
@@ -385,6 +385,10 @@ func (conn *Conn) ContainerUnlock(ctx context.Context, options arvados.GetOption
        return conn.chooseBackend(options.UUID).ContainerUnlock(ctx, options)
 }
 
+func (conn *Conn) ContainerLog(ctx context.Context, options arvados.ContainerLogOptions) (http.Handler, error) {
+       return conn.chooseBackend(options.UUID).ContainerLog(ctx, options)
+}
+
 func (conn *Conn) ContainerSSH(ctx context.Context, options arvados.ContainerSSHOptions) (arvados.ConnectionResponse, error) {
        return conn.chooseBackend(options.UUID).ContainerSSH(ctx, options)
 }