`Logger` include some default logging expr, and that [requires string interpolation using `%`](https://github.com/awslabs/aws-lambda-powertools-python/blob/78aa7f8093e362112329af25757211f890b3e49f/aws_lambda_powertools/logging/logger.py#L82). That means not all types that are JSON serialized are supported such as `bool`, for example. As part of last GA feature (docs #37), we should capture and do string interpolation for reserved logging expressions only e.g. `%(asctime)s`