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