<@ULVA73B9P> The new flow run page makes you click...
# ask-marvin
j
@Marvin The new flow run page makes you click to expand each custom log message. Is there a way to do this by default?
m
I couldn't find explicit details in Prefect's documentation or GitHub issues regarding a setting to automatically expand all custom log messages by default. However, you can likely customize logging to some extent through environment variables and configuration files. In Prefect 2.x and 3.x, you can adjust logging configuration by setting environment variables like
PREFECT_LOGGING_LEVEL
for different components or by providing a custom
logging.yml
file. You can find more details in the Prefect 2.x logging guide and the Prefect 3.x logging documentation. For the specific feature you're asking about (auto-expanding custom log messages by default), it seems like this might not be supported natively. Considering the issue hasn't shown up in GitHub issues, it might be worth suggesting this feature directly to Prefect, if it's critical for your workflow. If you have any other questions or need further assistance, don't hesitate to ask!