From 476a66099fb882c0c3624a760f912d6b49bd974e Mon Sep 17 00:00:00 2001 From: Christopher Poile Date: Thu, 28 Feb 2019 11:42:56 -0500 Subject: [PATCH] =?UTF-8?q?[MM-11142]=20Console=20logging=20should=20be=20?= =?UTF-8?q?human=20readable=20during=20developmen=E2=80=A6=20(#10352)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * MM-11142: Console logging should be human readable during dev #10349 * MM-11142: Console logging should be human readable during dev #10349 --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0600f9df33..0428ac6f25 100644 --- a/Makefile +++ b/Makefile @@ -439,7 +439,8 @@ run-server: start-docker ## Starts the server. @echo Running mattermost for development mkdir -p $(BUILD_WEBAPP_DIR)/dist/files - $(GO) run $(GOFLAGS) $(GO_LINKER_FLAGS) $(PLATFORM_FILES) --disableconfigwatch & + $(GO) run $(GOFLAGS) $(GO_LINKER_FLAGS) $(PLATFORM_FILES) --disableconfigwatch | \ + $(GO) run $(GOFLAGS) $(GO_LINKER_FLAGS) $(PLATFORM_FILES) logs --logrus & debug-server: start-docker mkdir -p $(BUILD_WEBAPP_DIR)/dist/files