Solved
Cannot see logger.info and logger.debug in script logs in composer
I am logging the service checkpoints using logger.info and calculating the total time using logger.debug functions. But I cannot see these messages in script logs. Where else can I find them?

