genaiops-promptflow-template icon indicating copy to clipboard operation
genaiops-promptflow-template copied to clipboard

Fix Typo: Set Correct Environment Variable for Logging Level (PF_LOGGING_LEVEL)

Open abozaralizadeh opened this issue 5 months ago • 0 comments

This pull request fixes a typo in the environment variable name for controlling the logging level.

Changed F_LOGGING_LEVEL to PF_LOGGING_LEVEL to ensure the correct environment variable is set for Prompt Flow logging. This change aligns with the expected configuration and prevents potential misconfiguration of logging levels during Prompt Flow execution.

abozaralizadeh avatar Jul 30 '25 15:07 abozaralizadeh