-
-
Notifications
You must be signed in to change notification settings - Fork 248
Closed
Description
Hello, I am trying to use structlog in a github action job and I noticed that there isn't any color output. Is there a setting that I'm missing to enable colors in github actions?
Here's my github actions job run:
https://github.com/ecs-jnguyen/test-actions-colors/actions/runs/4357219988/jobs/7616263866
Here is the python code that I'm using:
import structlog
if __name__ == "__main__":
logger = structlog.get_logger()
logger.info("hello", name="me", age=123)
logger.warning("bye", name="me", age=123)
logger.error("ohno", name="me", age=123)
alexeyshockov
Metadata
Metadata
Assignees
Labels
No labels