Skip to content

Wrong syntax is used for interpolation in log message #195

@bianchidotdev

Description

@bianchidotdev

The following line uses ${description}, which is bash (and other) syntax for interpolation, but Ruby uses #{description}.

@logger.info("${description}: using DynamoDB table \"#{table_name}\"")

This results in the following log message:

${description}: using DynamoDB table \"<table-name>\"

Instead of the interpolating DynamoDB into the message

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions