Ajay
08/07/2024, 6:37 PMget_run_logger()
to instantiate the logger both at the flow and task levels and calling <http://logger.info|logger.info>()
. My minimum log level setting is INFO. I've verified the config and settings in both envs and ensured that the agent container can communicate with the server and the DB where logs are stored. Clicking on a task in Dev simply displays "This run didn't generate Logs " . The only log I have in my public.log
table in my Postgres db is "Downloading flow code from storage at '/app'".
The server and agent AWS logs in Dev don't contain any exceptions.
Has anyone else run into this issue?