core: moving vlog from release.go.v23 to release.go.x.lib

MultiPart: 2/9
Change-Id: I05863fee57e6f161be4a114ba0973b9a1cba5cc1
diff --git a/profiles/chrome/chromeinit.go b/profiles/chrome/chromeinit.go
index 004e245..af7481b 100644
--- a/profiles/chrome/chromeinit.go
+++ b/profiles/chrome/chromeinit.go
@@ -8,7 +8,7 @@
 	"v.io/v23"
 	"v.io/v23/context"
 	"v.io/v23/ipc"
-	"v.io/v23/vlog"
+	"v.io/x/lib/vlog"
 
 	"v.io/core/veyron/lib/flags"
 	"v.io/core/veyron/lib/websocket"
diff --git a/profiles/gce/init.go b/profiles/gce/init.go
index 0b1c462..4c1a3a4 100644
--- a/profiles/gce/init.go
+++ b/profiles/gce/init.go
@@ -12,7 +12,7 @@
 	"v.io/v23"
 	"v.io/v23/context"
 	"v.io/v23/ipc"
-	"v.io/v23/vlog"
+	"v.io/x/lib/vlog"
 
 	"v.io/core/veyron/lib/appcycle"
 	"v.io/core/veyron/lib/flags"
diff --git a/profiles/genericinit.go b/profiles/genericinit.go
index 4e6f352..430264a 100644
--- a/profiles/genericinit.go
+++ b/profiles/genericinit.go
@@ -6,7 +6,7 @@
 	"v.io/v23"
 	"v.io/v23/context"
 	"v.io/v23/ipc"
-	"v.io/v23/vlog"
+	"v.io/x/lib/vlog"
 
 	"v.io/core/veyron/lib/appcycle"
 	"v.io/core/veyron/lib/flags"
diff --git a/profiles/internal/gce_linux.go b/profiles/internal/gce_linux.go
index 492ef46..2b42945 100644
--- a/profiles/internal/gce_linux.go
+++ b/profiles/internal/gce_linux.go
@@ -5,7 +5,7 @@
 import (
 	"net"
 
-	"v.io/v23/vlog"
+	"v.io/x/lib/vlog"
 
 	"v.io/core/veyron/profiles/internal/gce"
 )
diff --git a/profiles/internal/gce_other.go b/profiles/internal/gce_other.go
index c8d67da..727e171 100644
--- a/profiles/internal/gce_other.go
+++ b/profiles/internal/gce_other.go
@@ -5,7 +5,7 @@
 import (
 	"net"
 
-	"v.io/v23/vlog"
+	"v.io/x/lib/vlog"
 )
 
 // GCEPublicAddress returns the public IP address of the GCE instance
diff --git a/profiles/internal/util.go b/profiles/internal/util.go
index 05de7e0..8991c0d 100644
--- a/profiles/internal/util.go
+++ b/profiles/internal/util.go
@@ -6,7 +6,7 @@
 	"strings"
 
 	"v.io/v23/ipc"
-	"v.io/v23/vlog"
+	"v.io/x/lib/vlog"
 
 	"v.io/core/veyron/lib/exec"
 	"v.io/core/veyron/lib/flags"
diff --git a/profiles/roaming/roaming_server.go b/profiles/roaming/roaming_server.go
index 5f927eb..b7dfce5 100644
--- a/profiles/roaming/roaming_server.go
+++ b/profiles/roaming/roaming_server.go
@@ -8,7 +8,7 @@
 
 	"v.io/v23"
 	"v.io/v23/ipc"
-	"v.io/v23/vlog"
+	"v.io/x/lib/vlog"
 
 	_ "v.io/core/veyron/profiles/roaming"
 )
diff --git a/profiles/roaming/roaminginit.go b/profiles/roaming/roaminginit.go
index fb37a18..6adc456 100644
--- a/profiles/roaming/roaminginit.go
+++ b/profiles/roaming/roaminginit.go
@@ -17,7 +17,7 @@
 	"v.io/v23/config"
 	"v.io/v23/context"
 	"v.io/v23/ipc"
-	"v.io/v23/vlog"
+	"v.io/x/lib/vlog"
 
 	"v.io/core/veyron/lib/appcycle"
 	"v.io/core/veyron/lib/flags"
diff --git a/profiles/static/staticinit.go b/profiles/static/staticinit.go
index b3d15a9..047fec7 100644
--- a/profiles/static/staticinit.go
+++ b/profiles/static/staticinit.go
@@ -6,7 +6,7 @@
 	"v.io/v23"
 	"v.io/v23/context"
 	"v.io/v23/ipc"
-	"v.io/v23/vlog"
+	"v.io/x/lib/vlog"
 
 	"v.io/core/veyron/lib/appcycle"
 	"v.io/core/veyron/lib/flags"