From 15de11bf4ff6d3c9f33ec48900e6e9024680b52d Mon Sep 17 00:00:00 2001 From: Cristian Dominguez Date: Wed, 8 Jan 2025 10:58:23 -0300 Subject: [PATCH] fix: use SF env var in loglevel msg --- messages/messages.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/messages/messages.md b/messages/messages.md index 375cd10b3..bc203e620 100644 --- a/messages/messages.md +++ b/messages/messages.md @@ -97,7 +97,7 @@ Warning: # warning.loglevel The loglevel flag is no longer in use on this command. You may use it without error, but it will be ignored. -Set the log level using the `SFDX_LOG_LEVEL` environment variable. +Set the log level using the `SF_LOG_LEVEL` environment variable. # actions.tryThis