How are prints enabled for all deployment running ...
# pacc-aug-28-29-2024
s
How are prints enabled for all deployment running on cloud without enabling them at flow level ? Do we prefer print or loggers in general ?
j
You can set in your profile or an environment variable. I like logging prints, personally.
s
So when I create a deployment with "log_prints=True" at profile any deployment and future schedule which I create will have logs coming in cloud logs even for scheduled runs ?
j
that should be the case
s
Okay. So no server side/cloud level config. Its with the profile of developer. We will test this out