I am unable to see anything that I may log out of a Greengrass v2 component.
For example:
import logging
...
...
logger = logging.getLogger()
logger.setLevel(logging.INFO)
...
...
logger.info("Hello world")
This will not be visible in my .log or greengrass.log files. I've tried different logging levels too. and with logger.debug("...")