Skip to content

Two placeholders needed in logger.trace() call #42

@ghost

Description

In line 73 of JdkHttpConnector

logger.trace("Request body: {}", targetURL, requestDocAsString);

only one placeholder {} exists while two Strings are passed as arguments. Replace this line with

logger.trace("Request body: {} {}", targetURL, requestDocAsString);

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