playframework/play-ws

NoDepsLogger ignores logger name

Closed this issue · 0 comments

Play WS Version (2.5.x / etc)

1.1.11

API (Scala / Java / Neither / Both)

Both

Expected Behavior

NoDepsLogger should render a logger with the given name.

Actual Behavior

NoDepsLogger ignores logger and uses the name of the declared class instead of the passed in name.