fix: correct typo in pretty-logs property (#7886)

Typo property pretty logs
This commit is contained in:
Rahul Shah 2025-05-05 06:03:20 +05:30 committed by GitHub
commit 164d931bbd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -233,7 +233,7 @@ def configure(
log_format = DEFAULT_LOG_FORMAT
# pretty print to rich stdout development-friendly but poor performance, It's better for debugger.
# suggest directly print to stdout in production
log_stdout_pretty = os.getenv("LAGFLOW_PRETTY_LOGS", "true").lower() == "true"
log_stdout_pretty = os.getenv("LANGFLOW_PRETTY_LOGS", "true").lower() == "true"
if log_stdout_pretty:
logger.configure(
handlers=[