1
0
mirror of https://github.com/aquasecurity/kube-bench.git synced 2025-02-21 12:02:30 +00:00

chore: change no schema set info log

This commit is contained in:
luisserra 2022-03-27 23:10:41 +01:00
parent 3dddacac87
commit 7ffa4a04b2

View File

@ -64,7 +64,7 @@ func getPsqlConnInfo() (PsqlConnInfo, error) {
schema = value
} else {
schema = ""
fmt.Printf("No schema set.")
glog.V(2).Info("No schema set.")
}
return PsqlConnInfo{