From 71f14f7acce9ff689fa205f4d7d36bbac745cd84 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nacho=20Codo=C3=B1er?= Date: Mon, 17 Mar 2025 11:11:38 +0100 Subject: [PATCH] support METEOR_LOG_DIR env config --- tools/cli/help.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/cli/help.txt b/tools/cli/help.txt index d511d364ad..4b821532fd 100644 --- a/tools/cli/help.txt +++ b/tools/cli/help.txt @@ -1172,6 +1172,8 @@ Use METEOR_CLIENT_ENTRYPOINT= to set a custom client entrypoint, a METEOR_SERVER_ENTRYPOINT= to set a custom server entrypoint. By default, it uses the server and client entrypoints specified in your package.json. +Use METEOR_LOG_DIR= to set a custom log directory. + Options: The options for this command are the same as those for the meteor run command. You can pass typical runtime options (such as --settings, --exclude-archs, etc.)