Skip to content

Commit

Permalink
Update logging
Browse files Browse the repository at this point in the history
  • Loading branch information
kaidaguerre committed Apr 15, 2021
1 parent 0324ad4 commit ac4d3e2
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions plugin/table_validate.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,14 @@ package plugin

import (
"fmt"
"log"
"strings"

"github.com/turbot/steampipe-plugin-sdk/grpc/proto"

"github.com/stevenle/topsort"
"github.com/turbot/go-kit/helpers"
"github.com/turbot/steampipe-plugin-sdk/grpc/proto"
)

func (t *Table) validate(name string, requiredColumns []*Column) []string {
log.Printf("[TRACE] validate table %s, required columns %v", t.Name, requiredColumns)
var validationErrors []string
// does table have a name set?
if t.Name == "" {
Expand Down

0 comments on commit ac4d3e2

Please sign in to comment.