I have written the below code in Python under the import statements in the lambda.py
file while developing the custom skill in the Alexa developer console.
logger = logging.getLogger(__name__)
logger.setLevel(logging.INFO)
logger.info("The logger information")
The testing runs fine without errors, but I unable to view the log information.