I have an application that is using push task queues,
I would like to know some info about what parameters are being sent to the tasks in the admin console.
I figured an easy solution would be to do a log.info to give me the information, these don't seem to show up in the admin console though.
Only warning, severe level logs show up. So my current solution it so write these info logs out as warnings (which is terrible).
I see lots of examples of people using log.info in task queues.
Am I supposed to see info level logs in the admin console?
Am I looking in the wrong place?
Is there a way to turn on info level logging in the admin console?
Thanks,
Nathan