From 94125236e66c2ae77600c4f8b8cef9c8e7c99a52 Mon Sep 17 00:00:00 2001 From: Darien Raymond Date: Wed, 14 Feb 2018 22:00:15 +0100 Subject: [PATCH] include log command --- main/distro/all/all.go | 1 + 1 file changed, 1 insertion(+) diff --git a/main/distro/all/all.go b/main/distro/all/all.go index c66e22ac..8f5524be 100644 --- a/main/distro/all/all.go +++ b/main/distro/all/all.go @@ -10,6 +10,7 @@ import ( // Default commander and all its services. _ "v2ray.com/core/app/commander" + _ "v2ray.com/core/app/log/command" _ "v2ray.com/core/app/proxyman/command" // Other optional features.